react-json-view
react-json-view copied to clipboard
Float variables not displayed correctly
{name : 'a', email: '[email protected]', c: 2.0}
{name : 'a', email: '[email protected]', c: 2.1}
So, I want to display 2.0 as 2.0, not int, 2
+1
Same for me
