Type Alias JsonValue

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

Any JSON-compatible value