0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00
mongodb/bson
2011-01-05 12:32:54 -05:00
..
bsondemo ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
util ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
bson_db.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
bson-inl.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
bson.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
bsonelement.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
bsonmisc.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
bsonobj.h constructor should be explicit 2011-01-05 12:32:54 -05:00
bsonobjbuilder.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
bsonobjiterator.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
bsontypes.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
inline_decls.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
oid.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
oid.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
ordering.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
README bson cleaning 2010-04-22 10:31:16 -04:00
stringdata.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05: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.