xref: /NextBSD/contrib/jansson/doc/index.rst (revision 33da5adc555b3bc29986eeadca03829e4ad06b1e)
1Jansson Documentation
2=====================
3
4This is the documentation for Jansson_ |release|, last updated |today|.
5
6Introduction
7------------
8
9Jansson_ is a C library for encoding, decoding and manipulating JSON
10data. Its main features and design principles are:
11
12- Simple and intuitive API and data model
13
14- Comprehensive documentation
15
16- No dependencies on other libraries
17
18- Full Unicode support (UTF-8)
19
20- Extensive test suite
21
22Jansson is licensed under the `MIT license`_; see LICENSE in the
23source distribution for details.
24
25Jansson is used in production and its API is stable. It works on
26numerous platforms, including numerous Unix like systems and Windows.
27It's suitable for use on any system, including desktop, server, and
28small embedded systems.
29
30
31.. _`MIT license`: http://www.opensource.org/licenses/mit-license.php
32.. _Jansson: http://www.digip.org/jansson/
33
34Contents
35--------
36
37.. toctree::
38   :maxdepth: 2
39
40   gettingstarted
41   upgrading
42   tutorial
43   conformance
44   portability
45   apiref
46   changes
47
48
49Indices and Tables
50==================
51
52* :ref:`genindex`
53* :ref:`search`
54