ID EN
JSON

JSONDecoder

Python 3.11

Simple JSON decoder.

Syntax

PYTHON
class json.JSONDecoder(*, object_hook=None, parse_float=None, parse_int=None, parse_constant=None, strict=True, object_pairs_hook=None)

See Also

dict dict decimal.Decimal float JSONDecodeError keyword-only str JSONDecodeError