Closed khabinov closed 6 years ago
Removed libcbor from unit tests.
libcbor
Ideally, we should rely on nlohmann::json to parse CBOR data, but for now we have to have these tests, since we are parsing CBOR data using libcbor.
nlohmann::json
CBOR
Removed
libcbor
from unit tests.Ideally, we should rely on
nlohmann::json
to parseCBOR
data, but for now we have to have these tests, since we are parsingCBOR
data usinglibcbor
.