Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/openai/plugins
/ _loads_json
Function
_loads_json
plugins/codex-security/scripts/finalize_scan_contract.py:57–58 ·
view source on GitHub ↗
(value: str | bytes)
Source
from the content-addressed store, hash-verified
55
56
57
def
_loads_json(value: str | bytes) -> Any:
58
return
json.loads(value, parse_constant=_reject_non_finite_json)
59
60
61
def
_read_json(path: Path) -> dict[str, Any]:
Callers
2
_read_json
Function · 0.85
_read_scan_local_json_bytes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected