0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/bson
2011-05-06 19:40:18 -04:00
..
bsondemo ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
util Add += and -= operators to AtomicUInt 2011-05-06 19:40:18 -04:00
bson_db.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
bson-inl.h Use intrusive_ptr rather than shared_ptr for BSONObj 2011-04-03 20:50:45 -04:00
bson.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
bsonelement.h cleaner 2011-04-14 13:49:23 -04:00
bsonmisc.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
bsonobj.h each location is a unique snowflake - don't merge in returned set 2011-05-05 11:28:42 -04:00
bsonobjbuilder.h Merge branch 'master' into main 2011-05-03 15:53:27 -04:00
bsonobjiterator.h bsonelement further tweak 2011-03-29 08:42:36 -04: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 getpid works on darwin and sunos (and other places as well) 2011-02-18 11:36:32 -05:00
oid.h keyboard error 2011-01-24 16:53:00 -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 fix a bug in appendNumber 2011-04-12 16:11:10 -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.