0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/bson
2010-11-28 03:40:02 -05:00
..
bsondemo tab to space 2010-10-27 18:17:26 -04:00
util const 2010-11-28 03:36:56 -05:00
bson_db.h BSON( min << MINKEY << max << MAXKEY) is handy 2010-11-23 11:28:49 -05:00
bson-inl.h StringBuilder support for BSONObj/BSONElement 2010-11-28 03:40:02 -05:00
bson.h rename to our -inl convention 2010-10-27 20:13:45 -04:00
bsonelement.h intent to write 2010-09-29 10:18:11 -04:00
bsonmisc.h BSON( min << MINKEY << max << MAXKEY) is handy 2010-11-23 11:28:49 -05:00
bsonobj.h StringBuilder support for BSONObj/BSONElement 2010-11-28 03:40:02 -05:00
bsonobjbuilder.h comments on obj() and arr() 2010-10-25 02:41:57 -04:00
bsonobjiterator.h BSONForEach macro 2010-07-14 14:34:43 -04:00
bsontypes.h switch default subtype to 0 for BinData bson 2010-06-09 11:00:43 -04:00
inline_decls.h change back header-only bson 2010-08-03 11:08:08 -04:00
oid.h make OID == and != const SERVER-1959 2010-10-18 09:40:16 -04:00
ordering.h temporarily Revert "git rid of "operator string"" 2010-07-07 01:22:33 -04:00
README
stringdata.h Better usage comments 2010-09-07 12:50:13 -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.