mongo-debian/bson
2012-06-05 19:50:34 +02:00
..
bsondemo Imported Upstream version 2.0.0 2011-09-14 17:08:06 +02:00
util Imported Upstream version 2.0.6 2012-06-05 19:50:34 +02:00
bson-inl.h Imported Upstream version 2.0.0 2011-09-14 17:08:06 +02:00
bson.h Imported Upstream version 2.0.0 2011-09-14 17:08:06 +02:00
bson_db.h Imported Upstream version 1.8.0 2011-03-17 00:05:43 +01:00
bsonelement.h Imported Upstream version 2.0.2 2011-12-15 09:35:47 +01:00
bsonmisc.h Imported Upstream version 2.0.0 2011-09-14 17:08:06 +02:00
bsonobj.h Imported Upstream version 2.0.2 2011-12-15 09:35:47 +01:00
bsonobjbuilder.h Imported Upstream version 2.0.2 2011-12-15 09:35:47 +01:00
bsonobjiterator.h Imported Upstream version 2.0.0 2011-09-14 17:08:06 +02:00
bsontypes.h Imported Upstream version 1.8.0 2011-03-17 00:05:43 +01:00
inline_decls.h Imported Upstream version 2.0.0 2011-09-14 17:08:06 +02:00
oid.cpp Imported Upstream version 2.0.0 2011-09-14 17:08:06 +02:00
oid.h Imported Upstream version 1.8.0 2011-03-17 00:05:43 +01:00
ordering.h Imported Upstream version 2.0.0 2011-09-14 17:08:06 +02:00
README Imported Upstream version 1.6.0 2010-08-11 12:38:57 +02:00
stringdata.h Imported Upstream version 2.0.2 2011-12-15 09:35:47 +01: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.