Type alias JsonObject

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

Any JSON-compatible object value

Type declaration

Generated using TypeDoc