RFC 7049, "Concise Binary Object Representation (CBOR)", October 2013
Source of RFC: IETF - NON WORKING GROUP
⚠ This RFC has been obsoleted!
Obsoleted by: RFC8949
Area assignment: app
Errata-ID: 4294
- Status:
- Held for Document Update
- Type:
- Editorial
- Reported By:
- Eric Myhre
- Date Reported:
- 2015-03-07
- Held for Document Update by:
- Barry Leiba
- Date Held for Document Update:
- 2015-03-07
Section 2.2.1 says:
BF -- Start indefinite-length map
63 -- First key, UTF-8 string length 3
46756e -- "Fun"
F5 -- First value, true
63 -- Second key, UTF-8 string length 3
416d74 -- "Amt"
21 -- -2
FF -- "break"
It should say:
BF -- Start indefinite-length map
63 -- First key, UTF-8 string length 3
46756e -- "Fun"
F5 -- First value, true
63 -- Second key, UTF-8 string length 3
416d74 -- "Amt"
21 -- Second value, -2
FF -- "break"
Notes:
This is only a break in phrasing consistency. There is no technical error.