-
Notifications
You must be signed in to change notification settings - Fork 11
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
float values parsed wrong (SOLUTION: upgrade to latest version) #74
Comments
This was an issue with an older version of JsonTools. Update to the newest version. Sorry for the inconvenience, though! |
Thank you for your reply! |
Thanks for letting me know you're still experiencing the issue. This doesn't seem possible, though, because my JSON formatting code is no longer culture-sensitive, and I can verify this by setting my UI culture to one that uses Could you please paste the following two things in a new comment?
|
origin:
{"Voltage":{"v":242.6999969,"u":"V","d":1}}
output pretty print:
{
"Voltage":
{
"d": 1,
"u": "V",
"v": 2426999969.0
}
}
The text was updated successfully, but these errors were encountered: