BSON: serialization of non-objects is not supported
This commit is contained in:
parent
186c747a19
commit
f06c8fd8e3
7 changed files with 336 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ namespace nlohmann
|
|||
namespace detail
|
||||
{
|
||||
/// the supported input formats
|
||||
enum class input_format_t { json, cbor, msgpack, ubjson };
|
||||
enum class input_format_t { json, cbor, msgpack, ubjson, bson };
|
||||
|
||||
////////////////////
|
||||
// input adapters //
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue