0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/bson
2010-10-25 02:41:57 -04:00
..
bsondemo change back header-only bson 2010-08-03 11:08:08 -04:00
util increase bson size to 8mb SERVER-1918 SERVER-431 2010-10-11 21:56:16 -04:00
bson_db.h Pull timer.h and time_support.h out of goodies.h 2010-09-16 09:18:46 -04:00
bson.h
bsonelement.h intent to write 2010-09-29 10:18:11 -04:00
bsoninlines.h split bson max size into User and Internal 2010-10-11 11:26:41 -04:00
bsonmisc.h
bsonobj.h readability 2010-10-18 14:12:58 -04:00
bsonobjbuilder.h comments on obj() and arr() 2010-10-25 02:41:57 -04:00
bsonobjiterator.h
bsontypes.h
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
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.