0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/bson
2010-06-29 11:28:20 -04:00
..
bsondemo Add license headers for some files. 2010-06-04 10:27:35 -04:00
util close subobj BSONObjBuilders automatically if they don't get closed cleanly 2010-06-10 16:00:37 -04:00
bson_db.h Start handling Nuls in strings. SERVER-1177 2010-06-25 17:34:27 -04:00
bson.h compile (windows) 2010-06-22 00:26:08 +02:00
bsonelement.h Start handling Nuls in strings. SERVER-1177 2010-06-25 17:34:27 -04:00
bsoninlines.h Start handling Nuls in strings. SERVER-1177 2010-06-25 17:34:27 -04:00
bsonmisc.h cleaning 2010-05-23 18:52:26 -04:00
bsonobj.h Merge commit '1094c42' 2010-06-25 15:58:54 -04:00
bsonobjbuilder.h elim warnings on widnows compile 2010-06-29 11:28:20 -04:00
bsonobjiterator.h bson tweaking 2010-05-23 18:35:08 -04:00
bsontypes.h switch default subtype to 0 for BinData bson 2010-06-09 11:00:43 -04:00
oid.h make includes a bit easier to manage 2010-06-24 11:23:10 -04:00
ordering.h bson cleaning 2010-04-22 10:31:16 -04:00
README bson cleaning 2010-04-22 10:31:16 -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.