Skip to content

JeremyOT/ObjectiveBSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3641aed · Mar 22, 2015

History

15 Commits
Feb 9, 2015
Jan 6, 2012
Jan 13, 2014
Jan 2, 2012
Mar 22, 2015
Jan 2, 2012

Repository files navigation

ObjectiveBSON

A small library that provides BSON serialization methods for Mac or iOS applications.

Usage

Copy BSONSerialization.h and BSONSerialization.m to your project.

Calling [NSData BSONValue] on an NSData object containing BSON data returns an NSDictionary with the deserialized BSON data.

Calling [NSDictionary BSONRepresentation] returns an NSData with the serialized BSON data.

Alternatively, [NSDictionary dictionaryFromBSONBytes:(char*)] may be used if you only have access to a char[] containing the BSON data.

About

A BSON serialization library for Objective-C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published