Appendix A. Examples of Encoded CBOR Data Items
This appendix provides examples of CBOR-encoded data items in hexadecimal notation with diagnostic notation equivalents.
Examples:
0x00= 00x01= 10x17= 230x1818= 240x1903e8= 10000x20= -10x37= -240xf4= false0xf5= true0xf6= null0x40= h'' (empty byte string)0x60= "" (empty text string)0x80= [] (empty array)0xa0= (empty map)