Type alias JsonObject

JsonObject: {
    [key in string]: JsonValue
}

A JSON object (keys are strings, values are of JsonValue).

Generated using TypeDoc