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

The tiny-json is a versatile and easy to use json parser in C suitable for embedded systems. It is fast, robust and portable.

Results 4 tiny-json issues
Sort by recently updated
recently updated
newest added

fix for json_getProperty not finding the object if it's the first element.

# Summary This pull request introduces a CodeQL workflow to enhance the security analysis of this repository. # What is CodeQL CodeQL is a static analysis tool that helps identify...

Hello Please check the changes and accept my pull request. Thanks

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...