ID EN
JSON

loads

Python 3.11

Deserialize s (a str, bytes or bytearray instance containing a JSON document) to a Python object using this conversion table.

Syntax

PYTHON
json.loads(s, *, cls=None, object_hook=None, parse_float=None, parse_int=None, parse_constant=None, object_pairs_hook=None, **kw)

See Also

str bytes bytearray conversion table load() JSONDecodeError bytes bytearray