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