Files
mongo/bson
2010-07-05 12:54:11 -04:00
..
2010-07-05 12:54:11 -04:00
2010-07-02 10:50:43 -04:00
2010-05-23 18:52:26 -04:00
2010-06-25 15:58:54 -04:00
2010-05-23 18:35:08 -04:00
2010-06-24 11:23:10 -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.