json-viewer
json-viewer copied to clipboard
JS precision lost
input:
{"sid":822106502566256641}
output:
{"sid": 822106502566256600}
How to fix this bug?
Not a bug -- js uses ieee doubles for all numbers. Use a string or big number to represent large integers.