0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/bson
2011-02-18 11:36:32 -05:00
..
bsondemo ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
util ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
bson_db.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
bson-inl.h some BSONObjBuilder helpers for accessing data whilebuilding 2011-01-21 14:19:49 -05:00
bson.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
bsonelement.h comments 2011-02-07 12:15:28 -05:00
bsonmisc.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
bsonobj.h constructor should be explicit 2011-01-05 12:32:54 -05:00
bsonobjbuilder.h some BSONObjBuilder helpers for accessing data whilebuilding 2011-01-21 14:19:49 -05:00
bsonobjiterator.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05: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
stringdata.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05: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.