changelog
    
    
    - Tue, 22 Oct 2024 12:16:16 +0200
 
    - by Olaf Wintermann <olaf.wintermann@gmail.com> [Tue, 22 Oct 2024 12:16:16 +0200] rev 941
 
    - fix incomplete json object not resulting in syntax error
 
    - Sun, 20 Oct 2024 12:30:30 +0200
 
    - by Olaf Wintermann <olaf.wintermann@gmail.com> [Sun, 20 Oct 2024 12:30:30 +0200] rev 940
 
    - fix memory leak in json reader when handling incomplete tokens
 
    - Sun, 20 Oct 2024 11:39:54 +0200
 
    - by Olaf Wintermann <olaf.wintermann@gmail.com> [Sun, 20 Oct 2024 11:39:54 +0200] rev 939
 
    - add test for parsing json with multiple incomplete tokens
 
    - Sun, 20 Oct 2024 10:49:38 +0200
 
    - by Olaf Wintermann <olaf.wintermann@gmail.com> [Sun, 20 Oct 2024 10:49:38 +0200] rev 938
 
    - simplify cx_json_value_nothing initialization
 
    - Sat, 19 Oct 2024 17:25:11 +0200
 
    - by Mike Becker <universe@uap-core.de> [Sat, 19 Oct 2024 17:25:11 +0200] rev 937
 
    - add first draft of json implementation - relates to #431
 
    - Sat, 19 Oct 2024 16:28:15 +0200
 
    - by Mike Becker <universe@uap-core.de> [Sat, 19 Oct 2024 16:28:15 +0200] rev 936
 
    - add missing dependencies for test_properties.o
 
    - Sat, 19 Oct 2024 14:24:26 +0200
 
    - by Mike Becker <universe@uap-core.de> [Sat, 19 Oct 2024 14:24:26 +0200] rev 935
 
    - add convenience macro for cx_reallocate to hide the (void**) cast
 
    - Sat, 19 Oct 2024 13:49:44 +0200
 
    - by Mike Becker <universe@uap-core.de> [Sat, 19 Oct 2024 13:49:44 +0200] rev 934
 
    - remove <sys/types.h> include from common.h
 
    - Sat, 19 Oct 2024 13:45:49 +0200
 
    - by Mike Becker <universe@uap-core.de> [Sat, 19 Oct 2024 13:45:49 +0200] rev 933
 
    - add extern "C" to iterator.h
 
    - Sat, 19 Oct 2024 13:43:10 +0200
 
    - by Mike Becker <universe@uap-core.de> [Sat, 19 Oct 2024 13:43:10 +0200] rev 932
 
    - add extern "C" to properties.h
 
    - Sat, 19 Oct 2024 13:21:58 +0200
 
    - by Mike Becker <universe@uap-core.de> [Sat, 19 Oct 2024 13:21:58 +0200] rev 931
 
    - add test coverage for unlinking tree nodes w/o prev pointer
 
    - Sat, 19 Oct 2024 13:08:06 +0200
 
    - by Mike Becker <universe@uap-core.de> [Sat, 19 Oct 2024 13:08:06 +0200] rev 930
 
    - add max depth for tree search - closes #459
 
    - Sun, 13 Oct 2024 16:47:14 +0200
 
    - by Mike Becker <universe@uap-core.de> [Sun, 13 Oct 2024 16:47:14 +0200] rev 929
 
    - fix totally bugged assertion in cxPropertiesUseStack()
 
    - Sun, 13 Oct 2024 16:44:29 +0200
 
    - by Mike Becker <universe@uap-core.de> [Sun, 13 Oct 2024 16:44:29 +0200] rev 928
 
    - add source/sink facility for properties - fixes #430
 
    - Sun, 13 Oct 2024 15:19:12 +0200
 
    - by Mike Becker <universe@uap-core.de> [Sun, 13 Oct 2024 15:19:12 +0200] rev 927
 
    - fix missing parameter doc
 
    - Sun, 13 Oct 2024 14:06:32 +0200
 
    - by Mike Becker <universe@uap-core.de> [Sun, 13 Oct 2024 14:06:32 +0200] rev 926
 
    - fix several survivors of east-const and some missing consts