interface JSONObject {
    [x: string]: JSONValue;
}

Indexable

[x: string]: JSONValue

Generated using TypeDoc