summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/json.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/library/json.rst b/Doc/library/json.rst
index 23e39e9..573ec1c 100644
--- a/Doc/library/json.rst
+++ b/Doc/library/json.rst
@@ -732,6 +732,12 @@ Command line options
.. versionadded:: 3.5
+.. cmdoption:: --no-ensure-ascii
+
+ Disable escaping of non-ascii characters, see :func:`json.dumps` for more information.
+
+ .. versionadded:: 3.9
+
.. cmdoption:: --json-lines
Parse every input line as separate JSON object.