Boop icon indicating copy to clipboard operation
Boop copied to clipboard

JSON formatter does not properly handle large 64-bit integers

Open codon opened this issue 3 years ago • 0 comments

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

Instead, the result shows "id": 3227399403801874400.

codon avatar Aug 23 '21 22:08 codon