We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0701f commit 07d5d8aCopy full SHA for 07d5d8a
lib/jason.ex
@@ -94,8 +94,8 @@ defmodule Jason do
94
* `:javascript_safe` - additionally escapes the LINE SEPARATOR (U+2028)
95
and PARAGRAPH SEPARATOR (U+2029) characters to make the produced JSON
96
valid JavaSciprt.
97
- * `:html_safe` - similar to `:javascript`, but also escapes the `/`
98
- caracter to prevent XSS.
+ * `:html_safe` - similar to `:javascript_safe`, but also escapes the `/`
+ character to prevent XSS.
99
* `:unicode_safe` - escapes all non-ascii characters.
100
101
* `:maps` - controls how maps are encoded. Possible values are:
0 commit comments