RFC Errata
RFC 4627, "The application/json Media Type for JavaScript Object Notation (JSON)", July 2006
Note: This RFC has been obsoleted by RFC 7159
Source of RFC: IETF - NON WORKING GROUPArea Assignment: app
See Also: RFC 4627 w/ inline errata
Errata ID: 607
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: Stéphane Bortzmeyer
Date Reported: 2007-10-17
Verifier Name: 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.