4139N/AJansson Documentation
4139N/A=====================
4139N/A
4139N/AThis is the documentation for Jansson_ |release|, last updated |today|.
4139N/A
4139N/AIntroduction
4139N/A------------
4139N/A
4139N/AJansson_ is a C library for encoding, decoding and manipulating JSON
4139N/Adata. Its main features and design principles are:
4139N/A
4139N/A- Simple and intuitive API and data model
4139N/A
4139N/A- Comprehensive documentation
4139N/A
4139N/A- No dependencies on other libraries
4139N/A
4139N/A- Full Unicode support (UTF-8)
4139N/A
4139N/A- Extensive test suite
4139N/A
4139N/AJansson is licensed under the `MIT license`_; see LICENSE in the
4139N/Asource distribution for details.
4139N/A
4139N/AJansson is used in production and its API is stable. It works on
4139N/Anumerous platforms, including numerous Unix like systems and Windows.
4139N/AIt's suitable for use on any system, including desktop, server, and
4139N/Asmall embedded systems.
4139N/A
4139N/A
4139N/A.. _`MIT license`: http://www.opensource.org/licenses/mit-license.php
4139N/A.. _Jansson: http://www.digip.org/jansson/
4139N/A
4139N/AContents
4139N/A--------
4139N/A
4139N/A.. toctree::
4139N/A :maxdepth: 2
4139N/A
4139N/A gettingstarted
4139N/A upgrading
4139N/A tutorial
4139N/A conformance
4139N/A portability
4139N/A apiref
4139N/A changes
4139N/A
4139N/A
4139N/AIndices and Tables
4139N/A==================
4139N/A
4139N/A* :ref:`genindex`
4139N/A* :ref:`search`