Type alias JSONObject

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

Represents a dictionary (object) with string keys and values of type JSONValue.

Type declaration

Generated using TypeDoc