0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/bson
Erick Tryzelaar e657acd9dc Fix a typo.
2010-06-22 16:26:56 +08:00
..
bsondemo Add license headers for some files. 2010-06-04 10:27:35 -04:00
util close subobj BSONObjBuilders automatically if they don't get closed cleanly 2010-06-10 16:00:37 -04:00
bson_db.h
bson.h compile (windows) 2010-06-22 00:26:08 +02:00
bsonelement.h fix GridFS. Add binDataClean to handle subtype 2. SERVER-1233 2010-06-14 06:30:19 -04:00
bsoninlines.h nicer way to create bson 2010-06-21 11:18:33 -04:00
bsonmisc.h cleaning 2010-05-23 18:52:26 -04:00
bsonobj.h Fix a typo. 2010-06-22 16:26:56 +08:00
bsonobjbuilder.h nicer way to create bson 2010-06-21 11:18:33 -04:00
bsonobjiterator.h bson tweaking 2010-05-23 18:35:08 -04:00
bsontypes.h switch default subtype to 0 for BinData bson 2010-06-09 11:00:43 -04:00
oid.h OID::isSet() 2010-06-14 18:44:42 -04:00
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.