Display any value as in JSON (JavaScript Object Notation).
For example:
{{ [1,2,3]|to_json }}
Converts this list to a valid JSON UTF-8 encoded string which can be directly used in JavaScript calls.