Files
mongo/bson
..
2010-07-19 10:44:53 -04:00
2010-07-24 12:40:19 -04:00
2010-07-26 16:10:32 -04:00
2010-07-21 15:39:59 -04:00
2010-07-19 13:42:09 -04:00
2010-07-20 23:16:48 -04:00
2010-07-14 14:34:43 -04:00
2010-07-22 14:00:14 -04:00
2010-04-22 10:31:16 -04:00
2010-07-18 14:35:14 -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.