Update json_encode.rst
authorBen <ben@telkoth.net>
Mon, 1 Apr 2013 21:30:05 +0000 (18:30 -0300)
committerBen <ben@telkoth.net>
Mon, 1 Apr 2013 21:30:05 +0000 (18:30 -0300)
a more-useful description of the "options" argument >_>

doc/filters/json_encode.rst

index 374f519..d62fb93 100644 (file)
@@ -14,6 +14,6 @@ The ``json_encode`` filter returns the JSON representation of a string:
 Arguments
 ---------
 
- * ``options``: The options
+ * ``options``: A bitmask. See http://www.php.net/manual/en/json.constants.php for a list of possible values. Ex: ``{{ data|json_encode(JSON_PRETTY_PRINT) }}``
 
 .. _`json_encode`: http://php.net/json_encode