MCPcopy 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
57def _loads_json(value: str | bytes) -> Any:
58 return json.loads(value, parse_constant=_reject_non_finite_json)
59
60
61def _read_json(path: Path) -> dict[str, Any]:

Callers 2

_read_jsonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected