Type alias JsonValue

JsonValue: JsonPrimitive | {
    [x: string]: JsonValue;
} | JsonValue[]

Generated using TypeDoc