blob: 01ed654bcd2c2465254cad3c2b2fe59462bfe2cc (
plain)
1
2
3
4
5
6
7
|
"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.
|