Type alias JSONObject

JSONObject: {
    [key: string]: JSONValue;
}

Type declaration

Generated using TypeDoc