🚧 begin BON8 implementation

This commit is contained in:
Niels Lohmann
2021-08-31 15:04:06 +02:00
parent fd0aa4fb0d
commit f656f535e1
5 changed files with 739 additions and 14 deletions
@@ -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 //