Hacker News new | ask | show | jobs
by Waterluvian 1255 days ago
Regarding example 2.1:

I thought the JSON spec was that a number is of any precision and that it’s up to the parser to say, “best I can do is 754.”

That is, I think you can deserialize very long decimal numbers to higher accuracy in some languages.