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