changelog
- 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
- Fri, 10 Jan 2025 23:16:36 +0100
- by Mike Becker <universe@uap-core.de> [Fri, 10 Jan 2025 23:16:36 +0100] rev 1120
- remove unreachable assert(false) since some compilers might warn about it - relates to #541
- Fri, 10 Jan 2025 23:11:08 +0100
- by Mike Becker <universe@uap-core.de> [Fri, 10 Jan 2025 23:11:08 +0100] rev 1119
- implement string escape - resolves #526
- Fri, 10 Jan 2025 15:03:58 +0100
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Fri, 10 Jan 2025 15:03:58 +0100] rev 1118
- fix build on Solaris 10 and other platforms, where ferror is a just a macro
- Thu, 09 Jan 2025 22:37:10 +0100
- by Mike Becker <universe@uap-core.de> [Thu, 09 Jan 2025 22:37:10 +0100] rev 1117
- add fractional number formatting - relates to #526
- Thu, 09 Jan 2025 21:19:52 +0100
- by Mike Becker <universe@uap-core.de> [Thu, 09 Jan 2025 21:19:52 +0100] rev 1116
- fix JSON create value functions not actually accepting NULL as allocator arg