json_encode
Found a typo or an error? Open a ticket.
Need support or have a technical question? Post to the user mailing-list.
The json_encode filter returns the JSON representation of a string:
{{ data|json_encode() }}
Note
Internally, Twig uses the PHP json_encode function.