JSON-c icon indicating copy to clipboard operation
JSON-c copied to clipboard

JSON_checker

Results 2 JSON-c issues
Sort by recently updated
recently updated
newest added

As you said "It could be adapted to produce a very fast JSON parser.",I'd like to implement a lightweight JSON parser based on it, but then I find it a...

Created a test suite in /test. From README.md in that directory: # Unit tests for JSON_checker This directory contains unit tests for JSON_checker. To run: ``` % cd tests #...