Files
mongo/bson
..
2011-01-04 00:40:41 -05:00
2011-01-04 00:40:41 -05:00
2011-01-04 00:40:41 -05:00
2011-01-04 00:40:41 -05:00
2011-02-07 12:15:28 -05:00
2011-01-04 00:40:41 -05:00
2011-01-05 12:32:54 -05:00
2011-01-04 00:40:41 -05:00
2011-01-04 00:40:41 -05:00
2011-01-04 00:40:41 -05: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-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.