RFC Errata
RFC 7159, "The JavaScript Object Notation (JSON) Data Interchange Format", March 2014
Note: This RFC has been obsoleted by RFC 8259
Source of RFC: json (app)
Errata ID: 8437
Status: Rejected
Type: Technical
Publication Format(s) : TEXT
Reported By: Mikhail
Date Reported: 2025-05-28
Rejected by: Andy Newton
Date Rejected: 2025-05-29
Section 4 says:
object = begin-object [ member *( value-separator member ) ]
end-object
It should say:
object = begin-object { member *( value-separator member ) }
end-object
Notes:
It seems that if this is not fixed, initialization of arrays and objects will look the same..
--VERIFIER NOTES--
The corrected text given in this errata is attempting to modify ABNF with invalid ABNF. Additionally, the RFC has been obsoleted by RFC 8259.
