Jansson Documentation

This is the documentation for Jansson 1.2, last updated April 05, 2011.

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.

Indices and Tables

Table Of Contents

Next topic

Getting Started

This Page