save_json#

mbgdml.utils.save_json(json_path, json_dict)[source]#

Save JSON file.

Parameters:
  • json_path (str) – JSON file path to save.

  • json_dict (dict) – JSON dictionary to be saved.