Remove Article Remove Design Remove Framework Remove Java
article thumbnail

Mangling JSON numbers

TechEmpower

In the remainder of this article, we examine potential improvements to our handling of long. Theoretically we can send it from a Java server to a JavaScript client via JSON and both sides see exactly the same number. x.toString() is similar in spirit to x.toExponential() and Double.toString(double) from Java. Failing fast.