diff options
Diffstat (limited to 'libraries/libbson/README')
-rw-r--r-- | libraries/libbson/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/libbson/README b/libraries/libbson/README new file mode 100644 index 0000000000000..3c3c7b7dec986 --- /dev/null +++ b/libraries/libbson/README @@ -0,0 +1,7 @@ +A cross platform BSON Library for C + +libbson builds, parses, and iterates BSON documents, the native data +format of MongoDB. It also converts BSON to and from JSON, and provides +a platform compatibility layer for the MongoDB C Driver. + +libbson conflicts with mongo-c-driver. |