ivcurves.utils.save_json#

ivcurves.utils.save_json(json_dict, path)#

Saves a dict of JSON to the file path with indent 2.

Parameters:

path (pathlib.Path, str) – The path where the JSOn should be saved.