0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
mongodb/bson
2011-07-11 20:00:54 -04:00
..
bsondemo comments 2011-05-30 01:16:09 -04:00
util move bson method to the right place for libs and include only use of bson 2011-06-27 09:14:55 -04:00
bson_db.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
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 Don't allow manual split-point with different field order SERVER-3080 2011-06-20 19:29:12 -04:00
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 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
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 keyboard error 2011-01-24 16:53:00 -05:00
ordering.h remove nkeys from Ordering slightly faster 2011-06-16 14:46:27 -04:00
README bson cleaning 2010-04-22 10:31:16 -04:00
stringdata.h comments 2011-05-23 20:03:08 -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.