Hacker News new | ask | show | jobs
by awwright 1233 days ago
This is wrong. All numbers in JSON are arbitrary-precision base-10 decimal numbers.
1 comments

No they aren't. The JSON spec says implementation is up to the engine and de facto JSON numbers are parsed as ieee754 on just about every platform I can think of.