JSONTestSuite
JSONTestSuite copied to clipboard
A comprehensive test suite for RFC 8259 compliant JSON parsers
When a test succeeds, it is omitted from the HTML output, while it shows only the following result categories: - _parsing should have succeeded but failed_ - _parsing should have...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
`y_number_negative_zero.json` already exists, with the same contents as this file
In ```test_parsing/n_multidigit_number_then_00 .json```, why is it invalid?
Hi, I wrote a simple JSON parser and would love for you to include the results in your project. You can get to it at https://github.com/amwales-888/c-json On linux to build,...
RFC 8259 mandates Unicode, but then [implicitly contradicts Unicode](https://tools.ietf.org/html/rfc8259#section-7) by excluding [0x7f (DEL)](https://www.compart.com/en/unicode/U+007F) from the control characters. Doesn't that make DEL an ambiguous case?
https://github.com/lloyd/yajl request from Kurt R. by email
`rustc-serialize` was deprecated long time ago. New ecosystem includes `serde` and `serde_json`.
Remove executable flag from json, swift, c, h, m files Add executable flag to pl, py, r, rb files Resolves #87