zut.json.load_json

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