Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ChinaGodMan/UserScripts
/ read_json
Function
read_json
utils/helper.py:97–99 ·
view source on GitHub ↗
(file_path)
Source
from the content-addressed store, hash-verified
95
96
# 加载json文件
97
def
read_json(file_path):
98
with
open(file_path,
'r'
, encoding=
'utf-8'
)
as
file:
99
return
json.load(file)
100
101
102
# 提取语言代码
Callers
15
main
Function · 0.90
translate_force_chinese_to_lang.py
File · 0.90
go_work
Function · 0.90
main
Function · 0.90
sync_update
Method · 0.90
script-import-sync.py
File · 0.90
main
Function · 0.90
main
Function · 0.90
format-changed-scripts.py
File · 0.90
merge_change_history.py
File · 0.90
navigation.py
File · 0.90
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected