Skip to content

Release 4.1.1

Compare
Choose a tag to compare
@alfmep alfmep released this 23 May 15:41
· 56 commits to main since this release
  • Moved from autotools to cmake for building libujson.
  • Made it possible to build on Windows using Visual Studio. Tested building static libraries and utilities using Visual Studio 2022 Community Edition.
  • Improved handling of escape code '\uxxxx' in JSON strings. More than one consecutive '\uxxxx' escape sequence in a JSON string wasn't handled correctly.
  • Added utility function ujson::utf16_to_utf8() that converts an UTF-16 string to an UTF-8 string.