For strings that do not require escaping we can bulk copy the data in `ascii_escape_unicode` and `escape_unicode`. This is in preparation of addressing #129711 by creating a C implementation for `json.dump`. <!-- gh-linked-prs --> ### Linked PRs * gh-156242 <!-- /gh-linked-prs -->
For strings that do not require escaping we can bulk copy the data in
ascii_escape_unicodeandescape_unicode.This is in preparation of addressing #129711 by creating a C implementation for
json.dump.Linked PRs