0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/bson
2011-07-11 20:00:54 -04:00
..
bsondemo
util
bson_db.h
bson-inl.h use new index version on reindex command 2011-07-05 11:39:36 -04:00
bson.h prep for some compiler hinting in the future 2011-07-11 09:31:33 -04:00
bsonelement.h bson package tweaking 2011-06-28 01:44:43 -04:00
bsonmisc.h
bsonobj.h use new index version on reindex command 2011-07-05 11:39:36 -04:00
bsonobjbuilder.h bson package tweaking 2011-06-28 01:44:43 -04:00
bsonobjiterator.h one more v1 index fix 2011-06-27 17:45:31 -04:00
bsontypes.h
inline_decls.h branch prediction gcc 2011-07-11 20:00:54 -04:00
oid.cpp bson package tweaking 2011-06-28 01:44:43 -04:00
oid.h
ordering.h
README
stringdata.h

"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.