stack

Home > @infiniteobjects/type-utils > JsonValue

JsonValue type

Matches any valid JSON value.

Signature:

export type JsonValue = JsonPrimitive | JsonObject | JsonArray;

References: JsonPrimitive, JsonObject, JsonArray