0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/bson/README

8 lines
258 B
Plaintext
Raw Normal View History

2010-04-22 16:31:16 +02: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.