Description
Fast JSON handling helps C applications parse and write structured data with lower overhead. It is especially relevant for logging and system software that handles many small JSON messages.
This is a developer library and dependency. Applications using it still need to validate incoming data, because JSON from files or networks can be malformed or untrusted.