"Fossies" - the Fresh Open Source Software Archive 
Member "jansson-2.14/doc/index.rst" (19 Nov 2020, 1095 Bytes) of package /linux/www/jansson-2.14.tar.bz2:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) reStructured Text source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
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 Jansson is used in production and its API is stable. It works on
26 numerous platforms, including numerous Unix like systems and Windows.
27 It's suitable for use on any system, including desktop, server, and
28 small embedded systems.
29
30
31 .. _`MIT license`: http://www.opensource.org/licenses/mit-license.php
32 .. _Jansson: http://www.digip.org/jansson/
33
34 Contents
35 --------
36
37 .. toctree::
38 :maxdepth: 2
39
40 gettingstarted
41 upgrading
42 tutorial
43 conformance
44 threadsafety
45 apiref
46 changes
47
48
49 Indices and Tables
50 ==================
51
52 * :ref:`genindex`
53 * :ref:`search`