PHP Classes

File: Library/vendor/twig/twig/doc/filters/json_encode.rst

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/twig/twig/doc/filters/json_encode.rst   Download  
File: Library/vendor/twig/twig/doc/filters/json_encode.rst
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 485 bytes
 

Contents

Class file image Download
``json_encode`` =============== The ``json_encode`` filter returns the JSON representation of a value: .. code-block:: jinja {{ 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')) }}``) .. _`json_encode`: http://php.net/json_encode .. _`json_encode options`: http://www.php.net/manual/en/json.constants.php