Files
mongo/bson
2011-05-11 13:55:41 -04:00
..
2011-05-10 13:04:24 -04:00
2011-01-04 00:40:41 -05:00
2011-05-09 21:29:06 -04:00
2011-01-04 00:40:41 -05:00
2011-03-29 08:42:36 -04:00
2011-01-04 00:40:41 -05:00
2011-05-10 12:40:01 -04: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-04-12 16:11:10 -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.