JSON-java
JSON-java copied to clipboard
Unit tests should check various number formats
Unit tests should check various number formats (hex, scientific/exponent, floating point hex, octal, standard decimal) and make sure we have coverage. Checks should be performed when parsing JSON documents and when calling functions like getLong() and optLong().