Replies: 1 comment
-
No, this is currently not configurable, and there is currently no concept to achieve this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a JSON file with large numbers (doubles in C++), like 10e+14.
With the current implementation this is written as 100000000000000, which is not very readable.
Would it be possible to make the following two limits configurable?
Beta Was this translation helpful? Give feedback.
All reactions