JSONTestSuite icon indicating copy to clipboard operation
JSONTestSuite copied to clipboard

Can you test against c-json

Open amwales-888 opened this issue 5 years ago • 1 comments

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.

amwales-888 avatar Jul 18 '19 13:07 amwales-888

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.

ayys avatar Nov 19 '20 14:11 ayys