mirror of
https://github.com/nlohmann/json.git
synced 2026-08-28 20:07:32 +00:00
🚧 begin BON8 implementation
This commit is contained in:
@@ -23,7 +23,7 @@ namespace nlohmann
|
||||
namespace detail
|
||||
{
|
||||
/// the supported input formats
|
||||
enum class input_format_t { json, cbor, msgpack, ubjson, bson };
|
||||
enum class input_format_t { json, cbor, msgpack, ubjson, bson, bon8 };
|
||||
|
||||
////////////////////
|
||||
// input adapters //
|
||||
|
||||
Reference in New Issue
Block a user