CBOR playground. See
RFC 8949
for the CBOR specification, and
cbor.io
for more background information.
CBOR
Diagnostic
plain hex
deterministic (with
dCBOR)
6
Bytes
as text
utf8
nan
emb cbor
cborseq
enter hex below or
{h'31': 1, 1: 2}
A2 # map(2) 41 # bytes(1) 31 # "1" 01 # unsigned(1) 01 # unsigned(1) 02 # unsigned(2)