0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/bson
U-tellus\cwestin 5d443029c1 merge from main
2011-12-07 10:13:14 -08:00
..
bsondemo comments 2011-05-30 01:16:09 -04:00
util merge trunk to fork 2011-11-09 15:27:44 -08:00
bson_db.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
bson-inl.h SERVER-4415: Added safe isinf function 2011-12-06 14:04:15 -05:00
bson.h prep for some compiler hinting in the future 2011-07-11 09:31:33 -04:00
bsonelement.h uassert likely better and also facilitates user app compileations 2011-11-07 09:55:19 -05:00
bsonmisc.h Don't allow manual split-point with different field order SERVER-3080 2011-06-20 19:29:12 -04:00
bsonobj.h Add missing operator!= for BSONObj and BSONElement classes 2011-10-22 12:07:32 -04:00
bsonobjbuilder.h Explicitly don't allow appending unsigned ints to BSONObjBuilder SERVER-4367 2011-11-28 14:25:42 -05:00
bsonobjiterator.h Use more common (and readable) names for branch prediction hints 2011-08-02 18:50:04 -04:00
bsontypes.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
inline_decls.h Use more common (and readable) names for branch prediction hints 2011-08-02 18:50:04 -04:00
oid.cpp bson package tweaking 2011-06-28 01:44:43 -04:00
oid.h DocumentSourceGroup to use unordered_map 2011-06-01 18:11:39 -07:00
ordering.h remove nkeys from Ordering slightly faster 2011-06-16 14:46:27 -04:00
README
stringdata.h Type qualifiers are ignored on function return type. 2011-10-22 12:07:37 -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.