ivcurves.utils.load_json#

ivcurves.utils.load_json(path)#

Returns a dict of JSON at path.

Parameters:

path (pathlib.Path, str) – The path to the JSON file.

Return type:

dict