changelog
- Sun, 12 Jan 2025 13:25:50 +0100
- by Mike Becker <universe@uap-core.de> [Sun, 12 Jan 2025 13:25:50 +0100] rev 1124
- fix wrong status of cxPropertiesLoad() when data is incomplete - fixes #560
- Sun, 12 Jan 2025 13:04:32 +0100
- by Mike Becker <universe@uap-core.de> [Sun, 12 Jan 2025 13:04:32 +0100] rev 1123
- make escaping slashes optional - fixes #569
- Sat, 11 Jan 2025 12:56:54 +0100
- by Mike Becker <universe@uap-core.de> [Sat, 11 Jan 2025 12:56:54 +0100] rev 1122
- add more escape sequences to unescape function
and change the name of token_start to more clearly express what it actually is
(the start of the currently parsed PART of the token)
- Sat, 11 Jan 2025 12:33:10 +0100
- by Mike Becker <universe@uap-core.de> [Sat, 11 Jan 2025 12:33:10 +0100] rev 1121
- minor cleanup of json.c