ID EN
JSON

raw_decode

Python 3.11

Decode a JSON document from s (a str beginning with a JSON document) and return a 2-tuple of the Python representation and the index in s where the document ended.

Syntax

PYTHON
raw_decode(s)

See Also

str