JSON Numbers in JSON

From the JSON cheat sheet ยท Numbers and Literals ยท verified Aug 2026

JSON Numbers

Represent integers, fractions, and exponents.

json
[0,-12,3.14,6.02e23,-2E-3]
๐Ÿ“Œ Leading zeros are not allowed except for zero
โš ๏ธ Infinity and NaN are invalid JSON
๐Ÿ” Number precision depends on the parser
๐ŸŽฏ Send large identifiers as strings when precision matters
numbersprecisionexponents

Continue with JSON

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

More JSON tasks

Back to the full JSON cheat sheet