lisc.io.io.load_json

lisc.io.io.load_json(file_name, directory)[source]

Load from a JSON file.

Parameters
file_namestr

File name of the file to load.

directorystr or Path, optional

Folder to load from.

Returns
datadict

Loaded data from the JSON file.