-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Fix negative zero #188
Fix negative zero #188
Conversation
test cases submitted |
What problem does this code solve? Changes to the API? Changes to how the code behaves? Does it break the unit tests? Will this require a new release? Should the documentation be updated? |
-0 and -0.0 both parse to Double since Long/Integer would lose the sign. |
Got it, thanks. |
This fixed over 6300 instances in our JSON documents. Thanks everyone for the effort. |
Fixes #187 -0 now returns as a double.