[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [Type](https://evolu.dev/docs/api-reference/common/Type) › JsonValueInput

```ts
type JsonValueInput =
  string | number | boolean | null | JsonArrayInput | JsonObjectInput;
```

Defined in: [packages/common/src/Type.ts:15999](https://github.com/evoluhq/evolu/blob/dd96d79f1dbe9a49fa12ce8e0aa7d3d0177795ca/packages/common/src/Type.ts#L15999)

A candidate JSON value before exact runtime validation.

Unlike [JsonValue](https://evolu.dev/docs/api-reference/common/Type/variables/JsonValue), numbers are not yet proven finite and TypeScript
cannot express runtime representation constraints or acyclicity.