0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/bson
Dwight Merriman f36becfb54 repl cleaning
2010-05-29 16:17:33 -04:00
..
bsondemo file 2010-05-29 15:48:17 -04:00
util repl cleaning 2010-05-29 16:17:33 -04:00
bson_db.h
bson.h cleaning 2010-05-23 18:52:26 -04:00
bsonelement.h this should never have compiled 2010-05-26 17:15:27 -04:00
bsoninlines.h
bsonmisc.h cleaning 2010-05-23 18:52:26 -04:00
bsonobj.h
bsonobjbuilder.h repl cleaning 2010-05-29 16:17:33 -04:00
bsonobjiterator.h
bsontypes.h
oid.h
ordering.h
README

"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.