Description
C software can parse JSON with a very small portable ANSI C parser.
It is useful for embedded projects, command-line tools, and constrained environments where a large JSON library would be excessive. Low-footprint parsers still need careful bounds checking and validation for untrusted input.