Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/triggerdotdev/jsonhero-web
/ StringifyResult
Interface
StringifyResult
app/components/json-schema-map.d.ts:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
export
interface
StringifyResult {
33
json: string;
34
pointers: Pointers;
35
}
36
37
export
function
stringify(
38
data: any,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected