0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/bson
2011-06-20 19:29:12 -04:00
..
bsondemo
util fix comment 2011-06-05 18:10:46 -04:00
bson_db.h
bson-inl.h signed dates and the shell 2011-06-06 19:53:49 -04:00
bson.h cleaning 2011-06-05 18:09:14 -04:00
bsonelement.h prep for signed dates 2011-06-03 14:01:41 -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
bsonobjbuilder.h be smarter about the pids we look for when cleaning old locks. 2011-06-03 17:58:26 -04:00
bsonobjiterator.h
bsontypes.h
inline_decls.h
oid.cpp clean up nonce implementation 2011-06-05 18:13:18 -04:00
oid.h
ordering.h remove nkeys from Ordering slightly faster 2011-06-16 14:46:27 -04:00
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.