0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/bson
2010-12-15 00:36:52 -05:00
..
bsondemo tab to space 2010-10-27 18:17:26 -04:00
util increase bson size to 16mb SERVER-431 2010-12-09 16:59:10 -05:00
bson_db.h BSON( min << MINKEY << max << MAXKEY) is handy 2010-11-23 11:28:49 -05:00
bson-inl.h StringBuilder support for BSONObj/BSONElement 2010-11-28 03:40:02 -05:00
bson.h rename to our -inl convention 2010-10-27 20:13:45 -04:00
bsonelement.h indenatation 2010-12-14 11:23:51 -05:00
bsonmisc.h BSON( min << MINKEY << max << MAXKEY) is handy 2010-11-23 11:28:49 -05:00
bsonobj.h comment 2010-11-30 08:51:40 -05:00
bsonobjbuilder.h BONObjBuilder::append( const StringData& fieldName, string str), second argument should be passed by const& SERVER-2224 2010-12-15 00:36:52 -05:00
bsonobjiterator.h comments 2010-11-29 23:50:20 -05:00
bsontypes.h
inline_decls.h change back header-only bson 2010-08-03 11:08:08 -04:00
oid.cpp elim warning 2010-12-07 10:10:22 -05:00
oid.h refactor OID class a bit, cleanup, better id generation SERVER-2175 2010-12-05 20:56:51 -05:00
ordering.h temporarily Revert "git rid of "operator string"" 2010-07-07 01:22:33 -04:00
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.