RFC Errata
RFC 8259, "The JavaScript Object Notation (JSON) Data Interchange Format", December 2017
Source of RFC: jsonbis (art)
Errata ID: 7383
Status: Reported
Type: Technical
Publication Format(s) : TEXT
Reported By: Daniel Tegründe
Date Reported: 2023-03-12
Section 3. Values says:
false = %x66.61.6c.73.65 ; false null = %x6e.75.6c.6c ; null
It should say:
false = %x66.61.6C.73.65 ; false null = %x6E.75.6C.6C ; null
Notes:
Hex values should be capitalized https://www.rfc-editor.org/rfc/rfc5234#appendix-B.1