MCPcopy Index your code
hub / github.com/showlab/ShowUI / save_json

Function save_json

utils/utils.py:181–183  ·  view source on GitHub ↗
(save_dict, save_path)

Source from the content-addressed store, hash-verified

179 return input_dict
180
181def save_json(save_dict, save_path):
182 with open(save_path, 'w') as f:
183 json.dump(save_dict, f, indent=4)

Callers 3

validate_screenspotFunction · 0.90
validate_mind2webFunction · 0.90
validate_aitwFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected