v3.1.1
Important
Fixed potential out of bounds table lookups when parsing invalid JSON due to missing unsigned conversions.
by @stephenberry in #1168
Thanks @pauldreik for reporting this.
Improvements
- Removed the temporary string_decode_buffer when reading strings. This results in significant memory savings when dealing with large strings.
- Faster string decoding and encoding in the general case due to less branches.
Full Changelog: v3.1.0...v3.1.1