0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/bson
2011-06-06 19:53:49 -04:00
..
bsondemo comments 2011-05-30 01:16:09 -04:00
util fix comment 2011-06-05 18:10:46 -04:00
bson_db.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
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 remove BSONObjSetDefaultOrder and avoid inheriting from stl class 2011-06-02 13:34:26 -04:00
bsonobj.h SERVER-2935 fix woEqual which wasnt equalling ints and doubles 2011-06-01 09:35:42 -04:00
bsonobjbuilder.h be smarter about the pids we look for when cleaning old locks. 2011-06-03 17:58:26 -04:00
bsonobjiterator.h tweak bsonobjiterator 2011-05-23 20:03:09 -04:00
bsontypes.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
inline_decls.h StackBufBuilder 2011-05-10 12:40:01 -04:00
oid.cpp clean up nonce implementation 2011-06-05 18:13:18 -04:00
oid.h keyboard error 2011-01-24 16:53:00 -05:00
ordering.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
README
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.