JSON Data Types Explained: The Six Value Types of RFC 8259
The six JSON value types per RFC 8259 — object, array, string, number, boolean, and null — with valid vs invalid examples and the type mistakes that break APIs.
Read more →All articles about standards: 2 practical guides and tutorials from our free, privacy-first online tools.
The six JSON value types per RFC 8259 — object, array, string, number, boolean, and null — with valid vs invalid examples and the type mistakes that break APIs.
Read more →
How JSON objects must be written per RFC 8259: names are quoted strings, strings use double quotes, the six structural characters, trailing commas, and worked examples.
Read more →