zero.io.load_json¶ zero.io.load_json(path, **kwargs)[source]¶ Load JSON data from a file. Parameters path (PathLike) – path to the file. The file must exist. kwargs – arguments for json.load Returns The data. Return type JSON