mongo-debian/bson/README
2010-08-11 12:38:57 +02:00

7 lines
258 B
Text

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