JSON-Viewer icon indicating copy to clipboard operation
JSON-Viewer copied to clipboard

Format JSON convert numeric value 0.0000001000 into 1e-7 scientific form

Open SiergiejS2 opened this issue 3 years ago • 1 comments

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

SiergiejS2 avatar Nov 30 '21 13:11 SiergiejS2

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 } }

Peter-78 avatar Jan 30 '25 09:01 Peter-78