JSON Values in JSON
From the JSON cheat sheet ยท Syntax and Values ยท verified Aug 2026
JSON Values
Represent primitive and structured values.
json
{"name":"Ana","active":true,"score":98,"note":null}๐ JSON has four primitive and two structured types
๐ Literal names must be lowercase
๐ Any JSON value can be the root text
โ ๏ธ undefined and NaN are not JSON values
valuestypessyntax
Continue with JSON
Save the full cheat sheet or work through every related task.