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.