RFC 4627 inline-errata, "The application/json Media Type for JavaScript Object Notation (JSON)", July 2006
Source of RFC: IETF - NON WORKING GROUP
⚠ This RFC has been obsoleted!
Obsoleted by: RFC7159
Area assignment: app
Errata-ID: 607
- Status:
- Verified
- Type:
- Editorial
- Reported By:
- Stéphane Bortzmeyer
- Date Reported:
- 2007-10-17
- Verified by:
- Alexey Melnikov
- Date Verified:
- 2010-07-24
Section 2.2 says:
object = begin-object [ member *( value-separator member ) ]
end-object
It should say:
object = begin-object [ member *( value-separator member ) ]
end-object
Notes:
(edited by Alexey): Wrong indentation on the second line of the ABNF production, otherwise this is not legal ABNF.