Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

double precision #154

Closed
urba opened this issue Aug 20, 2014 · 0 comments · Fixed by #193
Closed

double precision #154

urba opened this issue Aug 20, 2014 · 0 comments · Fixed by #193

Comments

@urba
Copy link

urba commented Aug 20, 2014

When double object are converted to string, there is often a lost of precision (see json_object_double_to_json_string).

I suggest doing something like that, to avoid conversion noise :
size = snprintf(buf, sizeof(buf), "%.*g",DBL_DIG-1, jso->o.c_double);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant