zut.json.decode_json

zut.json.decode_json(data: str | bytes, *, cls: type[JSONDecoder] = <class 'zut.json.ExtendedJSONDecoder'>) Any

Decode a JSON string and return the corresponding Python object.