mirror of
https://github.com/nlohmann/json.git
synced 2026-09-17 05:37:58 +00:00
BSON: serialization of non-objects is not supported
This commit is contained in:
@@ -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 //
|
||||
|
||||
Reference in New Issue
Block a user