YAJL
2.1.0
|
Yet Another JSON Library (YAJL) is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator. YAJL is released under the permissive ISC license.
See json_reformat.c for a complete example of stream based parsing and generation of JSON. See parse_config.c for an example of the simplified tree interface.