Jean Boussier d58a45d32f [ruby/json] Fix a regression in parsing of unicode surogate pairs
Fix: https://github.com/ruby/json/issues/912

In the case of surogate pairs we consume two backslashes, so
`json_next_backslash` need to ensure it's not sending us back in the
stream.

https://github.com/ruby/json/commit/0fce370c41
2025-12-04 08:10:41 +00:00
..
2025-11-03 07:39:00 -08:00