Files
mongo/bson
Yakov Markovitch e25062faf5 Use const void* instead of const char* as data parameter of
appendBinData/appendBinDataArrayDeprecated

There is no much sense in explicit conversion of void pointers to
char pointers only to convert them back.
2011-10-22 12:07:43 -04:00
..
2011-05-30 01:16:09 -04:00
2011-01-04 00:40:41 -05:00
2011-01-04 00:40:41 -05:00
2011-06-28 01:44:43 -04:00
2011-01-24 16:53:00 -05: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.