| .. | ||
| bsondemo | ||
| util | ||
| bson-inl.h | ||
| bson.h | ||
| bson_db.h | ||
| bsonelement.h | ||
| bsonmisc.h | ||
| bsonobj.h | ||
| bsonobjbuilder.h | ||
| bsonobjiterator.h | ||
| bsontypes.h | ||
| inline_decls.h | ||
| oid.cpp | ||
| oid.h | ||
| ordering.h | ||
| README | ||
| stringdata.h | ||
"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.