0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/bson
2010-07-24 12:40:19 -04:00
..
bsondemo compile 2010-07-19 10:44:53 -04:00
util option not to include EOO on string 2010-07-24 12:40:19 -04:00
bson_db.h SERVER-1270 Missed one call in BSONObjBuilder 2010-07-20 12:29:29 -04:00
bson.h
bsonelement.h rs rollback work 2010-07-21 15:39:59 -04:00
bsoninlines.h Make StringData a class 2010-07-18 14:35:14 -04:00
bsonmisc.h $or helper in C++ SERVER-1332 2010-07-19 13:42:09 -04:00
bsonobj.h operator < > <= >= for BSONObj 2010-07-20 23:16:48 -04:00
bsonobjbuilder.h SERVER-1270 Missed one call in BSONObjBuilder 2010-07-20 12:29:29 -04:00
bsonobjiterator.h
bsontypes.h
oid.h debugging 2010-07-22 14:00:14 -04:00
ordering.h
README
stringdata.h Make StringData a class 2010-07-18 14:35:14 -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.