API reference › @evolu/common › Type › JsonValueInput
type JsonValueInput =
string | number | boolean | null | JsonArrayInput | JsonObjectInput;
Defined in: packages/common/src/Type.ts:13632
A candidate JSON value before exact runtime validation.
Unlike JsonValue, numbers are not yet proven finite and TypeScript cannot express runtime representation constraints or acyclicity.