From c1ed91df8c9296f7516aa8cbf1ec6d02ec2fa2dc Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sat, 9 Dec 2017 15:10:46 -0500 Subject: [PATCH] Update the index page to refer to 0.13 as the current release. --- index.html | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 444e0e8..54f5337 100644 --- a/index.html +++ b/index.html @@ -11,9 +11,24 @@ For information about building json-c, see the clone the source and run "doxygen", then look in the doc directory. +
+ +Current release: json-c-0.13 +
Best starting points: +json_object.h or +json_tokener.h + +You can also look at the tests in the tests directory for some examples.
+One of the simplest examples is +test2.c. + + +
+ +

Older releases

-You can also look at the tests in the tests directory for some examples.
-One of the simplest examples is -test2.c. -