Document the JSON_ESCAPE_SLASH encoding flag
This commit is contained in:
parent
37bc3bbf4b
commit
a501a39626
@ -798,6 +798,11 @@ can be ORed together to obtain *flags*.
|
|||||||
|
|
||||||
.. versionadded:: 2.1
|
.. versionadded:: 2.1
|
||||||
|
|
||||||
|
``JSON_ESCAPE_SLASH``
|
||||||
|
Escape the ``/`` characters in strings with ``\/``.
|
||||||
|
|
||||||
|
.. versionadded:: 2.4
|
||||||
|
|
||||||
The following functions perform the actual JSON encoding. The result
|
The following functions perform the actual JSON encoding. The result
|
||||||
is in UTF-8.
|
is in UTF-8.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user