H A D | unit-cbor.cpp | 1609 std::vector<uint8_t> given = {0x5b, 0x00, 0x00, 0x00, 0x00, variable 1612 json j = json::from_cbor(given); 1618 std::vector<uint8_t> given = {0x7b, 0x00, 0x00, 0x00, 0x00, variable 1621 json j = json::from_cbor(given); 1627 std::vector<uint8_t> given = {0x9b, 0x00, 0x00, 0x00, 0x00, variable 1630 json j = json::from_cbor(given); 1636 std::vector<uint8_t> given = {0xbb, 0x00, 0x00, 0x00, 0x00, variable 1639 json j = json::from_cbor(given);
|