callumlocke / json-formatter

Makes JSON easy to read.
https://chrome.google.com/webstore/detail/json-formatter/bcjindcccaagfpapjjmafapmmgkkhgoa?hl=en
BSD 3-Clause "New" or "Revised" License
3.76k stars 859 forks source link

Pretty format show invalid value type number long #277

Open pan-pandora opened 1 month ago

pan-pandora commented 1 month ago

Raw data { "data":{ "content":[ { "id":148041153848491041 }, { "id":767811179789181527 } ] } }

Parsed data { "data":{ "content":[ { "id":148041153848491040 }, { "id":767811179789181600 } ] } }

c4ldas commented 1 month ago

Raw data { "data":{ "content":[ { "id":148041153848491041 }, { "id":767811179789181527 } ] } }

Parsed data { "data":{ "content":[ { "id":148041153848491040 }, { "id":767811179789181600 } ] } }

That's explained in the FAQ from README: Why are large numbers not displayed accurately?