Home
/
Python 3.11
/
JSON
/
decode
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
JSON
decode
Python 3.11
Return the Python representation of s (a str instance containing a JSON document).
Syntax
PYTHON
Copy
decode(s)
See Also
str
JSONDecodeError