tulios / json-viewer

It is a Chrome extension for printing JSON and JSONP.
https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh
MIT License
3.34k stars 684 forks source link

Can't format floating point #167

Closed bastaware closed 7 years ago

bastaware commented 7 years ago

Doesn't format the json below. I guess it's because of the floating point decimals.

[{"time":1.5034464E+9,"price":4118.566,"volume":0},{"time":1503526085.756,"price":4118.566,"volume":5625},{"time":1503526385.556,"price":4128.998,"volume":5624}]

tulios commented 7 years ago

Related to #111

tulios commented 7 years ago
screen shot 2017-10-23 at 18 09 19