From 4412e5a1c0c0d0aa17f0a4db6a4c092f949fa3a2 Mon Sep 17 00:00:00 2001 From: Eric Hawicz Date: Sat, 27 Jun 2026 09:57:33 -0400 Subject: [PATCH] Update the doc links to point at 0.19 --- index.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index b4354e1..20aeff9 100644 --- a/index.html +++ b/index.html @@ -10,14 +10,14 @@ For information about building json-c, see the json-c-0.18 +

Current release: json-c-0.19
Best starting points: 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.

Note: for the most recent development docs clone the source and run: @@ -34,6 +34,15 @@ Then look in the doc/html directory.