Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/triggerdotdev/jsonhero-web
/ useJson
Function
useJson
app/hooks/useJson.tsx:35–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
export function useJson(): JsonContextType {
36
const context = useContext(JsonContext);
37
38
invariant(context,
"useJson must be used within a JsonProvider"
);
39
40
return context;
41
}
Callers
15
JsonEditor
Function · 0.90
ContainerInfo
Function · 0.90
PathBar
Function · 0.90
SearchItem
Function · 0.90
InfoHeader
Function · 0.90
ColumnElement
Function · 0.90
ColumnsElement
Function · 0.90
RelatedValues
Function · 0.90
PathLink
Function · 0.90
useSelectedInfo
Function · 0.90
JsonSearchProvider
Function · 0.90
JsonColumnViewProvider
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected