0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/bson
2010-09-07 12:50:13 -04:00
..
bsondemo
util
bson_db.h
bson.h
bsonelement.h
bsoninlines.h comments 2010-09-07 05:30:27 -04:00
bsonmisc.h
bsonobj.h
bsonobjbuilder.h
bsonobjiterator.h
bsontypes.h
inline_decls.h
oid.h
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.