@@ -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) }}``