0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/bson
2011-05-11 10:28:28 -04:00
..
bsondemo ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
util compile? 2011-05-10 13:04:24 -04:00
bson_db.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
bson-inl.h const on BSONObjIterator BSONObj::begin SERVER-3065 2011-05-09 11:43:16 -04:00
bson.h hopefully fix solaris 2011-05-09 21:29:06 -04:00
bsonelement.h set totalsize in bsonelement() if eoo element 2011-05-11 10:28:28 -04:00
bsonmisc.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
bsonobj.h const on BSONObjIterator BSONObj::begin SERVER-3065 2011-05-09 11:43:16 -04:00
bsonobjbuilder.h eliminate null char from string Keys to save a little space 2011-05-08 22:41:13 -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 StackBufBuilder 2011-05-10 12:40:01 -04: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
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.