From a501a39626edf39f5449c6bd4d65656d1b2ccb6c Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Fri, 29 Jun 2012 13:09:36 +0300 Subject: [PATCH] Document the JSON_ESCAPE_SLASH encoding flag --- doc/apiref.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/apiref.rst b/doc/apiref.rst index e8f1375..b0a120f 100644 --- a/doc/apiref.rst +++ b/doc/apiref.rst @@ -798,6 +798,11 @@ can be ORed together to obtain *flags*. .. 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 is in UTF-8.