callumlocke/json-formatter

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

ejandzej opened this issue · 0 comments

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