Description
Adds 32-bit Jansson support for applications that encode, decode, and manipulate JSON data in C. It helps compatibility software handle configuration, APIs, metadata, and structured data.
JSON from untrusted sources still needs validation, size limits, and schema checks in the calling application. The library parses data; it does not decide whether that data is safe.