JSONTestSuite
JSONTestSuite copied to clipboard
Can you test against c-json
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, type 'make' and copy the 'json' binary to the parse location, the format to run is. 'json filepath' it will return 0 on success and 1 on failure.
I found this issue while looking for documentation on adding my own json parser to the list. I could add this parser too if I can get some guidance.