0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
mongodb/bson
2010-05-11 12:06:09 -04:00
..
bsondemo vs2010 cleaning 2010-05-04 17:08:30 -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 rs renaming 2010-05-05 14:57:49 -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 BSONObj::operator== const 2010-05-04 16:49:04 -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 object id coordination across cluster SERVER-927 2010-05-11 12:06:09 -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.