Whitespace and Delimiters in JSON

From the JSON cheat sheet ยท Syntax and Values ยท verified Aug 2026

Whitespace and Delimiters

Format JSON without changing its data.

json
{"id":1,"name":"Ana"}
๐Ÿ“Œ Only space, tab, LF, and CR are whitespace
๐Ÿ’ก Indentation improves human readability
โš ๏ธ Trailing commas are invalid JSON
๐Ÿ” Whitespace is allowed around structural tokens
whitespaceformattinggrammar

Continue with JSON

Save the full cheat sheet or work through every related task.

More JSON tasks

Back to the full JSON cheat sheet