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

Display .0 in parsed mode (or add option to do it) #239

Open ejandzej opened 1 year ago

ejandzej commented 1 year ago

In parsed mode, the value eg. 100.0 is displayed as 100, 123.0 as 123, and so on. It only applies to .0 We lost information about the format of the number. Is it decimal or not?

Raw format example: image

Parsed format example: image

This could be misleading in some situations