Value | Meaning |
---|---|
CBOR_TYPE_UINT0 | 0 - positive integers |
CBOR_TYPE_NEGINT1 | 1 - negative integers |
CBOR_TYPE_BYTESTRING2 | 2 - byte strings |
CBOR_TYPE_STRING3 | 3 - strings |
CBOR_TYPE_ARRAY4 | 4 - arrays |
CBOR_TYPE_MAP5 | 5 - maps |
CBOR_TYPE_TAG6 | 6 - tags |
CBOR_TYPE_FLOAT_CTRL7 | 7 - decimals and special values (true, false, nil, ...) |