0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/bson
Dwight Merriman c9a8840035 vcproj
2010-05-01 02:58:46 -04:00
..
bsondemo vcproj 2010-05-01 02:58:46 -04:00
util elim some 64 bit warnings 2010-04-28 18:16:16 -04:00
bson_db.h towards 3 2010-04-24 18:25:58 -04:00
bson.h minor 2010-04-27 08:49:09 -04:00
bsonelement.h elim some 64 bit warnings 2010-04-28 18:16:16 -04:00
bsoninlines.h remove warnings and useless assert 2010-04-28 20:57:32 -04:00
bsonmisc.h towards 3 2010-04-24 18:25:58 -04:00
bsonobj.h bson cleaning 2010-04-25 17:48:49 -04:00
bsonobjbuilder.h better error message 2010-04-27 00:24:33 -04:00
bsonobjiterator.h bson cleaning 2010-04-22 10:31:16 -04:00
bsontypes.h bson!!! 2010-04-24 19:56:42 -04:00
oid.h bson separation 2010-04-24 19:24:07 -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.