Interface JSONObject

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

Indexable

[k: string]: JSONValue

Generated using TypeDoc