Skip to content

Change handling of invalid JSON escape sequences.

Rafał Mikrut requested to merge github/fork/bojidar-bg/patch-6 into master

Created by: bojidar-bg

Instead of reporting an error, just ignore the first backslash and continue. Fixes #2521 (closed).

Merge request reports