Type alias JsonValue

JsonValue: string | number | boolean | null | JsonObject | JsonArray

Generated using TypeDoc