MCPcopy Index your code
hub / github.com/triggerdotdev/jsonhero-web / ParseResult

Interface ParseResult

app/components/json-schema-map.d.ts:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 export type Pointers = Record<string, Record<PointerProp, Location>>;
15
16 export interface ParseResult {
17 data: any;
18 pointers: Pointers;
19 }
20
21 export function parse(
22 source: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected