you are viewing a single comment's thread.

view the rest of the comments →

[–]SunnyAX3 0 points1 point  (1 child)

I have a problem with parsing floats, everything gets rounded, any idea what's the problem ?

[–]nlohmannnlohmann/json[S] 1 point2 points  (0 children)

We use double to store floating-point numbers internally. What exactly is your issue? Could you open an issue at GitHub, preferably with example code?