0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00
mongodb/bson
2010-05-21 18:03:11 -04:00
..
bsondemo vs2010 cleaning 2010-05-04 17:08:30 -04:00
util change log.h 2010-05-15 11:44:03 -04:00
bson_db.h towards 3 2010-04-24 18:25:58 -04:00
bson.h change log.h 2010-05-15 11:44:03 -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 cruft/pack cleaning 2010-05-17 16:50:47 -04:00
bsonobjbuilder.h c++ strikes again 2010-05-21 18:03:11 -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 cruft/pack cleaning 2010-05-17 16:50:47 -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.