Description
Provides a small JSON parser written in ANSI C. Developers use it to read and write JSON in C programs without pulling in a large dependency.
Install it when building software that depends on cJSON or when adding simple JSON support to C code. Validate untrusted JSON carefully because parsers are often exposed to external input.