mirror of
https://github.com/nlohmann/json.git
synced 2026-04-02 22:28:53 +00:00
✅ add tests for CBOR
This commit is contained in:
@@ -791,7 +791,7 @@ class binary_reader
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
return parse_cbor_internal(true, tag_handler);
|
||||
}
|
||||
get();
|
||||
return get_cbor_binary(b) && sax->binary(b);
|
||||
|
||||
Reference in New Issue
Block a user