Jansson Documentation¶
This is the documentation for Jansson 2.0pre, last updated September 06, 2010.
Introduction¶
Jansson is a C library for encoding, decoding and manipulating JSON data. Its main features and design principles are:
- Simple and intuitive API and data model
- Comprehensive documentation
- No dependencies on other libraries
- Full Unicode support (UTF-8)
- Extensive test suite
Jansson is licensed under the MIT license; see LICENSE in the source distribution for details.