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.

More JSON tasks

Back to the full JSON cheat sheet