doc: Add chapter on RFC conformance
[jansson.git] / doc / index.rst
1 Jansson Documentation
2 =====================
3
4 This is the documentation for Jansson_ |release|, last updated |today|.
5
6 Introduction
7 ------------
8
9 Jansson_ is a C library for encoding, decoding and manipulating JSON
10 data. 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
22 Jansson is licensed under the `MIT license`_; see LICENSE in the
23 source distribution for details.
24
25
26 .. _`MIT license`: http://www.opensource.org/licenses/mit-license.php
27 .. _Jansson: http://www.digip.org/jansson/
28
29 Contents
30 --------
31
32 .. toctree::
33    :maxdepth: 2
34
35    gettingstarted
36    tutorial
37    conformance
38    apiref
39    changes
40
41
42 Indices and Tables
43 ==================
44
45 * :ref:`genindex`
46 * :ref:`search`