Skip to content

v0.3.0: Process JSON escaped characters correctly in JSON parser

Latest
Compare
Choose a tag to compare
@cpunion cpunion released this 02 Jan 04:03
· 2 commits to main since this release
7925f5d

Breaking Changes

  • Process JSON escaped characters correctly in JSON parser
    • Now properly handles all standard JSON escape sequences (\", \\, \/, \b, \f, \n, \r, \t, \uXXXX)
    • Fixed handling of Unicode escape sequences
    • Improved error handling for invalid escape sequences