JSONTestSuite
JSONTestSuite copied to clipboard
A comprehensive test suite for RFC 8259 compliant JSON parsers
Results
53
JSONTestSuite issues
Sort by
recently updated
recently updated
newest added
Adds a negative example of the number 1 followed by a nonbreaking space. Upstreaming from this bug report in my parser: https://github.com/rictic/jsonriver/issues/36
- The `parse` method never return `nil` on error, it always raise an exception. This is causing the standalone `null` test case to be considered failed, even thought it parses...