dcase_models.util.save_json

dcase_models.util.save_json(path, json_string)[source]

Save a json file in the location given by path.

Parameters:
path : str

Path to json file.

json_string : str

JSON string to be saved.