JSON-Viewer
JSON-Viewer copied to clipboard
Format JSON convert numeric value 0.0000001000 into 1e-7 scientific form
Conversion of {"attr_QUANTITY_amount_41jvmc":0.0000001000} give result { "attr_QUANTITY_amount_41jvmc": 1e-7 }
Version : 1.34.0.0
Potentially related to #78 or #39
I have the problem in the other direction.
{ "N996" : { "type" : "number", "maximum" : 1.0E13, "multipleOf" : 1.0E-6}}
Gives me: { "N996": { "type": "number", "maximum": 10000000000000.0, "multipleOf": 0.000001 } }