Files
mongo/bson
2010-05-11 12:06:09 -04:00
..
2010-05-04 17:08:30 -04:00
2010-04-28 18:16:16 -04:00
2010-04-24 18:25:58 -04:00
2010-05-05 14:57:49 -04:00
2010-04-28 18:16:16 -04:00
2010-04-24 18:25:58 -04:00
2010-05-04 16:49:04 -04:00
2010-04-27 00:24:33 -04:00
2010-04-22 10:31:16 -04:00
2010-04-24 19:56:42 -04:00
2010-04-22 10:31:16 -04:00
2010-04-22 10:31:16 -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.