oss-fuzz icon indicating copy to clipboard operation
oss-fuzz copied to clipboard

Tiny-json integration

Open JakubHanzalik opened this issue 1 year ago • 5 comments

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

It is not only a tokenizer. You can access json data in string format or get primitive values directly as C type variables without any loss of performance.

You can access the JSON fields one on one or get their values by their names. This helps you to save a lot of source code lines and development time.

JakubHanzalik avatar Apr 24 '24 13:04 JakubHanzalik

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Apr 24 '24 13:04 google-cla[bot]

JakubHanzalik is integrating a new project:
- Main repo: https://github.com/rafagafe/tiny-json
- Criticality score: 0.33756

github-actions[bot] avatar Apr 24 '24 13:04 github-actions[bot]

Who are some prominent users of tiny-json?

jonathanmetzman avatar May 02 '24 15:05 jonathanmetzman

I’m not sure who exactly uses tiny-json, as that info isn’t shared publicly.

JakubHanzalik avatar May 27 '24 09:05 JakubHanzalik

We need this info to know if the project qualifies as "critical infra" that OSS-Fuzz was made for.

jonathanmetzman avatar May 27 '24 21:05 jonathanmetzman