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.