[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:13632](https://github.com/evoluhq/evolu/blob/037c390af081e9944d616ff298a729515c5c5ab7/packages/common/src/Type.ts#L13632)

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.