Escapes the value for insertion in JSON output.
For example:
{{ value|escapejson }}
When the value is he'llo then the output is he\x27llo.
Internally, this calls z_utils:json_escape/1 to perform the escaping.
See also
filter-escape, escapejs
escapejs
escapexml
Enter search terms or a module, class or function name.