You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reimplement ser::escape_str() and escape control characters
This new implementation does escape Unicode C0, DEL and C1 control characters.
It also use its own logic and does not rely on ser::escape_bytes().
Escaping C0 control characters is mandated by ECMA-404.
Escaping DEL and C1 control characters is a useful convenience often
done by other JSON implementations.
0 commit comments