Files
mongo/bson
2011-05-23 20:03:19 -04:00
..
2011-05-10 13:04:24 -04:00
2011-01-04 00:40:41 -05:00
2011-05-23 20:03:11 -04:00
2011-05-14 14:05:59 -04:00
2011-05-23 20:03:19 -04:00
2011-01-04 00:40:41 -05:00
2011-05-23 20:03:11 -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-01-24 16:53:00 -05:00
2011-01-04 00:40:41 -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.