MCPcopy
hub / github.com/microsoft/JARVIS / read_json

Function read_json

easytool/data_process.py:23–26  ·  view source on GitHub ↗
(address)

Source from the content-addressed store, hash-verified

21
22
23def read_json(address):
24 with open(address, 'r', encoding='utf-8') as json_file:
25 json_data = json.load(json_file)
26 return json_data
27
28
29def toolbench_process(data_file, dataset):

Callers 2

toolbench_processFunction · 0.70
main.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected