zut.json.load_json

zut.json.load_json(file: str | PathLike | IO, *, encoding='utf-8-sig', cls: type[JSONDecoder] = <class 'zut.json.ExtendedJSONDecoder'>) Any

Load a file containing JSON string and return the corresponding Python object.