Files
mongo/bson
2010-10-27 20:13:45 -04:00
..
2010-10-27 18:17:26 -04:00
2010-10-27 20:13:45 -04:00
2010-10-27 20:13:45 -04:00
2010-09-29 10:18:11 -04:00
2010-07-19 13:42:09 -04:00
2010-10-27 12:39:00 -04:00
2010-10-25 02:41:57 -04:00
2010-07-14 14:34:43 -04:00
2010-08-03 11:08:08 -04:00
2010-10-18 09:40:16 -04:00
2010-04-22 10:31:16 -04:00
2010-09-07 12:50:13 -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.