📝 add missing enum entry
This commit is contained in:
parent
e1ed7fbf93
commit
2ecda94e9a
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user