Questions tagged [rfc4627]

The JSON format, as outlined in RFC 4627, is the standard utilized within the application/json MIME media type.

What does the term "false = %x66.61.6c.73.65 ; false" mean according to JSON RFC 4627?

Currently, I am going through RFC 4627 (http://www.ietf.org/rfc/rfc4627.txt). Section 2.1 discusses the three literal names: true, false, null. false = %x66.61.6c.73.65 ; false null = %x6e.75.6c.6c ; null true = %x74.72.75.65 ...