MCPcopy 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
166def load_json(path):
167 with open(path) as f:
168 data = json.load(f)
169 return data
170
171def save_json(file, path):
172 with open(path, 'w') as f:

Callers 4

evaluate_ovoFunction · 0.70
evaluaet_videommeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected