Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/ml-streambridge
/ load_json
Function
load_json
eval/utils.py:166–169 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
164
return
strings_list
165
166
def
load_json(path):
167
with
open(path)
as
f:
168
data = json.load(f)
169
return
data
170
171
def
save_json(file, path):
172
with
open(path,
'w'
)
as
f:
Callers
4
evaluate_ovo
Function · 0.70
evaluaet_videomme
Function · 0.70
parallel_videomme.py
File · 0.50
parallel_ovo_bench.py
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected