You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Discussed in #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
The text was updated successfully, but these errors were encountered: