index.rst 1.1 KB

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