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 b46adda commit 4b382f6Copy full SHA for 4b382f6
Doc/library/json.rst
@@ -313,6 +313,10 @@ Basic Usage
313
:raises JSONDecodeError:
314
When the data being deserialized is not a valid JSON document.
315
316
+ :raises UnicodeDecodeError:
317
+ When the data being deserialized does not contain
318
+ UTF-8, UTF-16 or UTF-32 encoded data.
319
+
320
.. versionchanged:: 3.1
321
322
* Added the optional *object_pairs_hook* parameter.
0 commit comments