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