MCPcopy
hub / github.com/flightcontrolhq/superjson / JSONArray

Interface JSONArray

src/types.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8export type JSONValue = PrimitiveJSONValue | JSONArray | JSONObject;
9
10export interface JSONArray extends Array<JSONValue> {}
11
12export interface JSONObject {
13 [key: string]: JSONValue;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…