0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/bson
Dwight Merriman c4bd465042 towards 3
2010-04-24 18:25:58 -04:00
..
bsondemo towards 3 2010-04-24 18:25:58 -04:00
util towards 3 2010-04-24 18:25:58 -04:00
bson_db.h towards 3 2010-04-24 18:25:58 -04:00
bson.h towards 3 2010-04-24 18:25:58 -04:00
bsonelement.h towards 2 2010-04-24 17:14:44 -04:00
bsoninlines.h towards 3 2010-04-24 18:25:58 -04:00
bsonmisc.h towards 3 2010-04-24 18:25:58 -04:00
bsonobj.h towards 3 2010-04-24 18:25:58 -04:00
bsonobjbuilder.h towards 3 2010-04-24 18:25:58 -04:00
bsonobjiterator.h bson cleaning 2010-04-22 10:31:16 -04:00
bsontypes.h towards 3 2010-04-24 18:25:58 -04:00
oid.h some bson cleaning 2010-04-24 15:45:50 -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.