JSONTestSuite
JSONTestSuite copied to clipboard
A comprehensive test suite for RFC 8259 compliant JSON parsers
https://www.rfc-editor.org/rfc/rfc8259.txt
IEEE754 has two representations of zero: +0.0 and -0.0. It might be interesting to compare how various parser deal with "-0.0".
(Apologies if this isn't the correct place, I couldn't find anything better.) Just found . Great writeup, it's surprising how something so seemingly simple can have so many ways to...
I am currently the maintainer of cJSON and I want to note that before I started, cJSON was treating all strings in object keys in a case insensitive way (not...
http://www.mail-archive.com/sqlite-users%40mailinglists.sqlite.org/msg103068.html
I think this is worth having since it's (yet another) json parser written from scratch. It mostly is unsurprising but has a couple quirks. a) Because Postgres is very picky...
Hello, I wrote a JSON parser for the Hardware Description Language VHDL called [JSON-for-VHDL](https://github.com/Paebbels/JSON-for-VHDL?ts=2). My repository contains 5 projects for 5 different vendor tools, to compile the VHDL sources and...
passing a single test as argument doesn't work anymore
It would be interesting to see results for Swifts Linux implementation of JSONSerialization (https://github.com/apple/swift-corelibs-foundation) especially in comparison to the objective-c version.
`jq` is a command line JSON parser. The results of running the test suite on it are noted here: https://github.com/stedolan/jq/issues/1264