Description
32-bit C programs can read and write JSON with a very small ANSI C parser. It is useful for embedded-style tools, compatibility builds, and applications that need simple structured data without a large dependency.
This is a developer library, not a standalone JSON editor. Correct input validation still belongs to the application, especially when JSON comes from the network or untrusted files.