Escapes a string by replacing characters with escape sequences so that the string can be used when constructing JSON documents. It doesn’t change strings that don’t have anything to escape.
Input
{{ "Have you read 'James & the Giant Peach'?" | json_escape }}
Output
Have you read \'James & the Giant Peach\'?