Open threetown opened 2 years ago
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.
input:
output:
How to fix this bug?