1 link tagged with all of: lightweight + parsing + json + c99
Click any tag below to further narrow down your results
Links
A lightweight JSON parsing library written in C99, featuring approximately 150 lines of code and designed for zero memory allocations. It requires the user to handle number and string parsing, providing a simple example to load a rectangle from a JSON string into a struct. The library is free and released into the public domain.