Deserialize s (a str, bytes or bytearray instance containing a JSON document) to a Python object using this conversion table.
json.loads(s, *, cls=None, object_hook=None, parse_float=None, parse_int=None, parse_constant=None, object_pairs_hook=None, **kw)