IvanMathy / Boop

A scriptable scratchpad for developers. In slow yet steady progress.
https://boop.okat.best
MIT License
3.84k stars 356 forks source link

JSON formatter does not properly handle large 64-bit integers #297

Open codon opened 3 years ago

codon commented 3 years ago

Given the input JSON {"id": 3227399403801874432} I expect the same integer value after running Format JSON.

Instead, the result shows "id": 3227399403801874400.