diff options
Diffstat (limited to 'bson/README')
-rw-r--r-- | bson/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bson/README b/bson/README new file mode 100644 index 00000000000..01ed654bcd2 --- /dev/null +++ b/bson/README @@ -0,0 +1,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. + + |