Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
181
def
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_screenspot
Function · 0.90
validate_mind2web
Function · 0.90
validate_aitw
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected