0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00
mongodb/bson
2010-07-12 08:54:37 -04:00
..
bsondemo Add license headers for some files. 2010-06-04 10:27:35 -04:00
util rs tweaks 2010-07-12 08:54:37 -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 full option to BSONObj::toString. fix Chunk::genId. SERVER-1370 2010-07-07 12:18:57 -04:00
bsoninlines.h compile 2010-07-07 15:04:32 -04:00
bsonmisc.h cleaning 2010-05-23 18:52:26 -04:00
bsonobj.h full option to BSONObj::toString. fix Chunk::genId. SERVER-1370 2010-07-07 12:18:57 -04:00
bsonobjbuilder.h temporarily Revert "git rid of "operator string"" 2010-07-07 01:22:33 -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 temporarily Revert "git rid of "operator string"" 2010-07-07 01:22:33 -04:00
README
stringdata.h SERVER-1270 Go all the way const 2010-07-07 17:53:06 -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.