CBOR playground. See
RFC 8949
for the CBOR specification, and
cbor.io
for more background information.
CBOR
Diagnostic
plain hex
deterministic (with
dCBOR)
10
Bytes
as text
utf8
nan
emb cbor
cborseq
enter hex below or
/* ListOfLists{ */ { /* MyLists: []List{ */ 1: [ /* []Item{ // List #0 */ [ /* Item{1}, // Item #0 */ { 1: 1 }, /* Item{3}, // Item #1 */ { 1: 3 } /* }, */ ] /* } */ ] /* } */ }
A1 # map(1) 01 # unsigned(1) 81 # array(1) 82 # array(2) A1 # map(1) 01 # unsigned(1) 01 # unsigned(1) A1 # map(1) 01 # unsigned(1) 03 # unsigned(3)