Type alias JsonValue

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

Any JSON-compatible value

Generated using TypeDoc