JSONTestSuite icon indicating copy to clipboard operation
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

The test `test_parsing/n_string_unicode_CapitalU.json` considers that `"\UA66D"` should fail to parse. But I am confused by this because the spec says that any character may be escaped, hence it's not illegal...

A seemingly random set of files (including many JSON files and C source files) are set executable. I run Linux and use zsh, but given an environment with a fairly...

PHP 7 changed the JSON parser it uses, compared to PHP 5. So it would be great to update the result table to include results for PHP 7 as well.

Added test for nanojson 1.6. The class and JAR files were created using JDK 8.

Added test for nanojson 1.4. The class and JAR files were created using JDK 8.

The RubyLane tcl parser is based on a internal C parser. This used to be yajl C based. Therefore, it's time to add it to this test suite. For a...

Thanks for this work!

Unfortunately, many of the binary files in this repository don't work very well on Windows.... as such, I've omitted any changes to the `test_results` directory from my work tree --...

Hey thanks for the great collection of JSON test specs! I'm writing a parser for a personal project and loaded your json files into my fixtures directory. This resulted in...

Add libfyaml's JSON mode parser - no binary required; just the built-in testsuite harness of libfyaml is enough. Note that all the tests pass, besides the implementation defined ones. Signed-off-by:...