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

Bug?

Open jocgoran opened this issue 2 years ago • 1 comments

Discussed in https://github.com/kapilratnani/JSON-Viewer/discussions/128

Originally posted by jocgoran July 22, 2022 Hello,

I am using the version 1.40.0.0 and I spend some hours to find that there is a bug when I switch to Format or Compressed view. For the Double with precision grather than 15 places after comma, some numbers are omitted.

Example: {"FieldOne":[{"DoublePrecisionMoreThan15":27.1234567890123456}]}

Try to format and you will lose the position 15.

Is this maybe fixed? Thank you, Very kind regards

Goran Joc

jocgoran avatar Jul 22 '22 14:07 jocgoran

Hi Goran Joc,

This is a known issue and has dependency on the json parsing library (Rapidjosn). I will see if it is fixed in latest version of Rapidjson or any workaround for this.

Related issue: #39

Thanks Rajendra

SinghRajenM avatar Jul 23 '22 04:07 SinghRajenM

Closing to avoid duplicates. Will be fixed once we resolve #39.

SinghRajenM avatar Sep 21 '22 02:09 SinghRajenM