Files
mongo/bson/README
2010-04-22 10:31:16 -04:00

8 lines
258 B
Plaintext

"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.