✅ improved coverage
This commit is contained in:
parent
1e38ffc014
commit
9e1abb4842
12 changed files with 412 additions and 180 deletions
|
|
@ -20,6 +20,9 @@ namespace nlohmann
|
|||
{
|
||||
namespace detail
|
||||
{
|
||||
/// the supported input formats
|
||||
enum class input_format_t { json, cbor, msgpack, ubjson };
|
||||
|
||||
////////////////////
|
||||
// input adapters //
|
||||
////////////////////
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue