~stub/ubuntu/trusty/avro-c/trunk

« back to all changes in this revision

Viewing changes to jansson/doc/index.rst

  • Committer: Stuart Bishop
  • Date: 2015-05-14 11:53:53 UTC
  • Revision ID: stuart@stuartbishop.net-20150514115353-0cvnrcyohcq5l7yj
Tags: upstream-1.7.7
ImportĀ upstreamĀ versionĀ 1.7.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
   upgrading
 
37
   tutorial
 
38
   conformance
 
39
   apiref
 
40
   changes
 
41
 
 
42
 
 
43
Indices and Tables
 
44
==================
 
45
 
 
46
* :ref:`genindex`
 
47
* :ref:`search`