0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/bson
2011-06-01 14:57:40 -04:00
..
bsondemo comments 2011-05-30 01:16:09 -04:00
util use memcmp, not strcmp for comparing BSON strings 2011-06-01 14:57:40 -04:00
bson_db.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
bson-inl.h pring 150 characters instead of 80 2011-05-27 20:57:18 -04:00
bson.h make comments doxygen friendly 2011-05-14 14:05:59 -04:00
bsonelement.h use firstElementFieldName() 2011-05-23 20:03:19 -04:00
bsonmisc.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
bsonobj.h SERVER-2935 fix woEqual which wasnt equalling ints and doubles 2011-06-01 09:35:42 -04:00
bsonobjbuilder.h eliminate null char from string Keys to save a little space 2011-05-08 22:41:13 -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 getpid works on darwin and sunos (and other places as well) 2011-02-18 11:36:32 -05: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.