Type alias JsonValue

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

A utility type representing a JSON value.

Generated using TypeDoc