ID EN
JSON

JSONDecodeError

Python 3.11

Subclass of ValueError with the following additional attributes:

Syntax

PYTHON
exception json.JSONDecodeError(msg, doc, pos)

See Also

ValueError