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 d708e34 commit 5274823Copy full SHA for 5274823
lib/jason.ex
@@ -93,7 +93,7 @@ defmodule Jason do
93
* `:json` (default) - the regular JSON escaping as defined by RFC 7159.
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.
+ valid JavaScript.
97
* `:html_safe` - similar to `:javascript_safe`, but also escapes the `/`
98
character to prevent XSS.
99
* `:unicode_safe` - escapes all non-ascii characters.
0 commit comments