Merge branch '2.4'

This commit is contained in:
Petri Lehtinen 2012-12-28 14:27:49 +02:00
commit 7a4ec36f31
2 changed files with 6 additions and 0 deletions

View file

@ -2,3 +2,4 @@ language: c
compiler:
- gcc
- clang
script: autoreconf -f -i && ./configure && make check

View file

@ -1,6 +1,11 @@
Jansson README
==============
|travis|_
.. |travis| image:: https://travis-ci.org/akheron/jansson.png
.. _travis: https://travis-ci.org/akheron/jansson
Jansson_ is a C library for encoding, decoding and manipulating JSON
data. Its main features and design principles are: