0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/bson
2010-09-27 16:52:54 -04:00
..
bsondemo change back header-only bson 2010-08-03 11:08:08 -04:00
util SERVER-1860 Stringbuilder is non-copyable 2010-09-27 16:52:54 -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 Make bson.h compile cleanly by itself. SERVER-1511 2010-07-29 11:11:05 -04:00
bsonelement.h rs towards slaveDelay 162 2010-08-17 23:35:53 -04:00
bsoninlines.h comments 2010-09-07 05:30:27 -04:00
bsonmisc.h $or helper in C++ SERVER-1332 2010-07-19 13:42:09 -04:00
bsonobj.h try to prevent segfault on corrupt data SERVER-1724 2010-09-03 11:59:13 -04:00
bsonobjbuilder.h SERVER-1452 StringData-ing up, c_str()-ing down 2010-08-18 18:12:31 -04:00
bsonobjiterator.h
bsontypes.h
inline_decls.h change back header-only bson 2010-08-03 11:08:08 -04:00
oid.h compile? 2010-09-09 10:17:02 -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.