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

Interface StringifyOptions

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

Source from the content-addressed store, hash-verified

25 ): ParseResult;
26
27 export interface StringifyOptions {
28 space?: string | number;
29 es6?: boolean;
30 }
31
32 export interface StringifyResult {
33 json: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected