CBOR Type Explainer
Encode a CBOR value and inspect how its major type, header byte, and additional information are represented.
CBOR value
Encoded CBOR
Value
Text string containing 11 UTF-16 code units
CBOR breakdown
- Header byte
- Major type: 3Additional info: 11011010110x6B
- Major type
- Text string (3)
- Additional information
- direct value (11)
- Argument bytes
- None
Additional information 11 stores the value directly in the header byte.


