JSON numbers in Scientific Notation
Posted: Wed Sep 28, 2022 9:31 pm
I've noticed that larger numbers are being generated in scientific notation by yajl_addNum
e.g. the number 25,122,332.47 is being generated as 2.512233247E7
This is causing a problem in the downstream system. Is there a way to avoid scientific notation, or increase the cutoff threshold?
e.g. the number 25,122,332.47 is being generated as 2.512233247E7
This is causing a problem in the downstream system. Is there a way to avoid scientific notation, or increase the cutoff threshold?