Type alias JsonObject

JsonObject: {
    [key: string]: JsonValue;
}

A JSON Object

Type declaration