0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/bson
2010-08-03 11:08:08 -04:00
..
bsondemo change back header-only bson 2010-08-03 11:08:08 -04:00
util change back header-only bson 2010-08-03 11:08:08 -04:00
bson_db.h SERVER-1270 Missed one call in BSONObjBuilder 2010-07-20 12:29:29 -04:00
bson.h Make bson.h compile cleanly by itself. SERVER-1511 2010-07-29 11:11:05 -04:00
bsonelement.h towards vcxproj compile 2010-07-28 14:46:13 -04:00
bsoninlines.h SERVER-1498: qualify custom strnlen in bsoninlines, move impl 2010-07-27 18:15:48 -04:00
bsonmisc.h $or helper in C++ SERVER-1332 2010-07-19 13:42:09 -04:00
bsonobj.h More efficient toString 2010-07-27 17:18:43 -04:00
bsonobjbuilder.h typo 2010-07-29 09:43:36 -04:00
bsonobjiterator.h BSONForEach macro 2010-07-14 14:34:43 -04:00
bsontypes.h switch default subtype to 0 for BinData bson 2010-06-09 11:00:43 -04:00
inline_decls.h change back header-only bson 2010-08-03 11:08:08 -04:00
oid.h Test expect lowercase hex. May change them later. 2010-07-27 17:18:43 -04:00
ordering.h temporarily Revert "git rid of "operator string"" 2010-07-07 01:22:33 -04:00
README bson cleaning 2010-04-22 10:31:16 -04:00
stringdata.h SERVER-1496: Add explicit data/length ctor to StringData 2010-07-27 18:15:36 -04:00

"BSON" stands for "binary JSON" - a binary storage format that is JSON inspired 
(and adds a couple extra types such as Date).

This is the C++ implementation.  Implementations which translate BSON<->JSON 
are available for most languages at bsonspec.org.