updated doc
authorFabien Potencier <fabien.potencier@gmail.com>
Wed, 6 Oct 2010 13:11:15 +0000 (15:11 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Wed, 6 Oct 2010 13:11:15 +0000 (15:11 +0200)
doc/02-Twig-for-Template-Designers.markdown

index 35a1894..01e61ad 100644 (file)
@@ -1059,9 +1059,13 @@ The array can contain any number of values:
       {{ fruits|cycle(i) }}
     {% endfor %}
 
-### `urlencode`
+### `url_encode`
 
-The `urlencode` filter URL encodes a given string.
+The `url_encode` filter URL encodes a given string.
+
+### `json_encode`
+
+The `json_encode` filter returns the JSON representation of a string.
 
 ### `title`