Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ load_json
Function
load_json
benchmarks/python/benchmark_report.py:101–103 ·
view source on GitHub ↗
(path: Path)
Source
from the content-addressed store, hash-verified
99
100
101
def
load_json(path: Path) -> Dict:
102
with
path.open(
"r"
, encoding=
"utf-8"
)
as
f:
103
return
json.load(f)
104
105
106
def
get_system_info() -> Dict[str, str]:
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected