Type alias JsonObject

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

Simple type that represents a JSON object structure.

Type declaration