json-parser icon indicating copy to clipboard operation
json-parser copied to clipboard

JSON parser in standard C

Results 2 json-parser issues
Sort by recently updated
recently updated
newest added

This adds fuzzing by way of [ClusterFuzzLite](https://google.github.io/clusterfuzzlite/), which is a GitHub action that will perform a short amount of fuzzing for new PRs. The goal is to use fuzzing to...

A JSON value can be cast directly to it's data: ~~~c int main() { json_value_t *val = json_value_parse("..."); // The following castings are legal if 'val' is the corresponding type....

documentation