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 984cdb7 commit 5e4a237Copy full SHA for 5e4a237
Doc/library/json.rst
@@ -324,6 +324,10 @@ Basic Usage
324
:raises JSONDecodeError:
325
When the data being deserialized is not a valid JSON document.
326
327
+ :raises UnicodeDecodeError:
328
+ When the data being deserialized does not contain
329
+ UTF-8, UTF-16 or UTF-32 encoded data.
330
+
331
.. versionchanged:: 3.1
332
333
* Added the optional *object_pairs_hook* parameter.
0 commit comments