Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Fokkyp/SoftwareCopyright-Skill
/ read_json
Function
read_json
software-copyright-materials/scripts/common.py:211–212 ·
view source on GitHub ↗
(path: Path)
Source
from the content-addressed store, hash-verified
209
210
211
def
read_json(path: Path) -> dict[str, Any]:
212
return
json.loads(read_text(path))
213
214
215
def
write_json(path: Path, data: Any) -> None:
Callers
15
load_json_or_empty
Function · 0.90
confirm_business
Function · 0.90
confirm_code_selection
Function · 0.90
confirm_markdown
Function · 0.90
main
Function · 0.90
load_package
Function · 0.90
check_environment_gate
Function · 0.90
load_model_context
Function · 0.90
main
Function · 0.90
read_json_if_exists
Function · 0.90
available_pages_from_selection
Function · 0.90
load_selected_files
Function · 0.90
Calls
1
read_text
Function · 0.85
Tested by
no test coverage detected