0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/bson
2010-07-06 21:12:17 -04:00
..
bsondemo Add license headers for some files. 2010-06-04 10:27:35 -04:00
util SERVER-1272 Separate slow portion of hot function 2010-07-06 21:12:17 -04:00
bson_db.h better diag screen rs 2010-07-06 16:11:56 -04:00
bson.h fix bsondemo and add to SConstruct 2010-07-02 10:50:43 -04:00
bsonelement.h fix bsondemo and add to SConstruct 2010-07-02 10:50:43 -04:00
bsoninlines.h fix bsondemo and add to SConstruct 2010-07-02 10:50:43 -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 SERVER-1270 Make it a bit faster for std::string's 2010-07-06 20:33:59 -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.