📝 add missing enum entry

This commit is contained in:
Niels Lohmann 2022-05-08 17:17:09 +02:00
parent e1ed7fbf93
commit 2ecda94e9a
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -6,7 +6,8 @@ enum class input_format_t {
cbor,
msgpack,
ubjson,
bson
bson,
bjdata
};
```
@ -27,6 +28,9 @@ ubjson
bson
: BSON (Binary JSON)
bjdata
: BJData (Binary JData)
## Version history
- Added in version 3.2.0.