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
- Now properly handles all standard JSON escape sequences (