ObjectiveBSON
ObjectiveBSON copied to clipboard
A BSON serialization library for Objective-C
Results
2
ObjectiveBSON issues
Sort by
recently updated
recently updated
newest added
I am parsing a BSON message to an NSDictionary. The BSON has an array like this: { Data = "some data"; // all strings are String (not CString) Name =...
how should a convert between mongodb c driver's bson and NSData? Thanks.