0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/bson
2010-04-22 10:31:16 -04:00
..
bsonelement.h fix String() elem; 2010-04-21 17:40:24 -04:00
bsoninlines.h bson cleaning 2010-04-22 10:31:16 -04:00
bsonmisc.h bson cleaning 2010-04-22 10:31:16 -04:00
bsonobj.h bson cleaning 2010-04-22 10:31:16 -04:00
bsonobjbuilder.h rs work 2010-04-21 16:14:28 -04:00
bsonobjiterator.h bson cleaning 2010-04-22 10:31:16 -04:00
bsontypes.h bson cleaning 2010-04-22 10:31:16 -04:00
oid.h indent MINOR 2010-04-21 15:26:38 -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.