You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.