# JsonPrimitive

`type` in `utils` · v0.8.6-next.0

<https://docs.seedcord.org/packages/utils/0.8.6-next.0/types/json-primitive>

Matches any valid JSON primitive value.

 JSON

## Declaration

```ts
type JsonPrimitive =
    string | number | boolean | null;
```
