Files
mongo/bson
..
2011-05-30 01:16:09 -04:00
2011-06-05 18:10:46 -04:00
2011-01-04 00:40:41 -05:00
2011-06-06 19:53:49 -04:00
2011-06-05 18:09:14 -04:00
2011-06-03 14:01:41 -04:00
2011-05-23 20:03:09 -04:00
2011-01-04 00:40:41 -05:00
2011-05-10 12:40:01 -04:00
2011-06-05 18:13:18 -04:00
2011-01-24 16:53:00 -05:00
2010-04-22 10:31:16 -04:00
2011-05-23 20:03:08 -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.