News
| 2010-06-13 | Jansson v1.3 released! This release adds one new encoding flag, enhances the documentation a bit and fixes a few bugs. See the changelog for full details. |
|---|---|
| 2010-04-03 | Jansson v1.2.1 released! This is a bugfix release in the 1.2 series. See the changelog for full details. |
| 2010-01-21 | Jansson v1.2 released! This release adds new features and fixes some bugs. See the changelog for full details. |
| 2009-12-18 | Jansson v1.1.3 released! This is a bugfix release in the 1.1 series. See the changelog for details. |
| 2009-11-08 | Jansson v1.1.2 released! This is a bugfix release in the 1.1 series. See the changelog for details. |
| 2009-10-26 | Jansson v1.1.1 released! This release only fixes some documentation packaging issues present in v1.1. For details, see the changelog. |
| 2009-10-20 | Jansson v1.1 released! This release adds lots of new features and fixes a few bugs. For details, see the changelog. In addition to tar.bz2, the source is now also distributed in tar.gz form. |
| 2009-10-11 | Jansson v1.0.4 released! This is a bugfix release in the 1.0 series. See the changelog for details. |
| 2009-10-09 | Jansson now has a mailing list: jansson-users. |
| 2009-09-14 | Jansson v1.0.3 released! This is a bugfix release in the 1.0 series. See the changelog for details. |
| 2009-09-12 | Ubuntu packages available in Jansson PPA at Launchpad. See below for details. |
| 2009-09-08 | Jansson v1.0.2 released! This is a bugfix release in the 1.0 series. |
| 2009-09-04 | Jansson v1.0.1 released! This is a bugfix release in the 1.0 series. |
Overview
Jansson is a C library for encoding, decoding and manipulating JSON data. It features:
- Simple and intuitive API and data model
- Comprehensive documentation
- No dependencies on other libraries
- Full Unicode support (UTF-8)
- Extensive test suite
Jansson is licensed under the MIT license.
Jansson's mailing list is jansson-users at Google Groups. You're welcome to ask for help, send suggestions, submit patches, etc.
Releases
The latest release is Jansson v1.3, released on 2010-06-13.
- Download source: tar.gz (sig), tar.bz2 (sig)
- View documentation or changelog
- Download documentation: tar.gz, tar.bz2
Ubuntu packages are available in in my PPA at Launchpad.
For the source code and downloadable documentation of older releases, see the release archive. View the documentation of older releases:
Development
The Jansson source repository is hosted at GitHub.
- Browse source online
- View the latest documentation built from Git sources
- Wiki contains documentation on development, including the roadmap.
To check out the latest source:
git clone git://github.com/akheron/jansson.git