# # ChangeLog for lib/parson.h # # Generated by Trac 1.2.3 # 2024-05-04T18:22:56Z Tue, 05 May 2015 22:39:39 GMT Wilmer van der Gaast [8563fe7] * lib/parson.c (modified) * lib/parson.h (modified) Make my fork of parson non-JSON-compliant. I don't care that ... Sun, 22 Feb 2015 17:01:53 GMT Wilmer van der Gaast [ee170a1] * lib/parson.c (modified) * lib/parson.h (modified) Added json_object_get_tuple() which helps with implementing a JSON ... Sun, 22 Feb 2015 16:15:28 GMT Wilmer van der Gaast [989f431] * lib/parson.c (modified) * lib/parson.h (modified) json_parse_first() which lets me find out where it stopped parsing, ... Sun, 22 Feb 2015 16:12:13 GMT Wilmer van der Gaast [782a6ee] * lib/Makefile (modified) * lib/json.c (deleted) * lib/json.h (deleted) * lib/json_util.c (deleted) * lib/json_util.h (deleted) * lib/parson.c (added) * lib/parson.h (added) Remove old JSON library, replace it with Parson. No other code ...