From: Eric Haszlakiewicz Date: Sun, 19 Apr 2020 04:03:15 +0000 (+0000) Subject: Update the doc links to point at 0.14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fb258d11097dcaf29a4726bca0ce485469d4fc5;p=thirdparty%2Fjson-c.git Update the doc links to point at 0.14 --- diff --git a/index.html b/index.html index 2c819bb9..e37bbafd 100644 --- a/index.html +++ b/index.html @@ -6,28 +6,34 @@ For general information, see the json-c wiki. There you can also find a link to the download page for source tarballs. -For information about building json-c, see the README file. +For information about building json-c, see the README file.

Versions:

Note: for the very latest development docs clone the source and run "doxygen", then look in the doc directory.
-Current release: json-c-0.13.1 +Current release: json-c-0.14
Best starting points: -json_object.h or -json_tokener.h +json_object.h or +json_tokener.h -You can also look at the tests in the tests directory for some examples.
+You can also look at the tests in the tests directory for some examples.
One of the simplest examples is -test2.c. - +test2.c.

Older releases