a Sensio Labs Product

The flexible, fast, and secure
template engine for PHP

Filters » json_encode

Table of Contents

Questions & Feedback

License

Creative Commons License Twig documentation is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.

json_encode

The json_encode filter returns the JSON representation of a string:

1
{{ data|json_encode() }}

Note

Internally, Twig uses the PHP json_encode function.

Arguments

  • options: A bitmask of json_encode options ({{ data|json_encode(constant(JSON_PRETTY_PRINT)) }})
This website is powered by PHP and Twig. The Twig logo is © 2010-2012 Sensio Labs