Type alias JsonValue<P>

JsonValue<P>: P | JsonObject<P> | JsonArray<P> | P[] | Record<string, P>

Any JSON value. Any JSON.parse() return value.

Type Parameters

Generated using TypeDoc