JSON-java icon indicating copy to clipboard operation
JSON-java copied to clipboard

Unit tests should check various number formats

Open stleary opened this issue 3 years ago • 0 comments

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().

stleary avatar Dec 21 '21 22:12 stleary