When I run this code:
def register_json(path, _dict): from json import dump with open(path, \'w\') as f: dump(_dict, f) json_path = "C:\