Type alias JsonArray

JsonArray: JsonValue[] | [JsonValue, ...JsonValue[]]

A utility type representing a JSON array.

Generated using TypeDoc