Skip to content

JsonValue

type JsonValue = string | number | boolean | null | JsonValue[] | {}

Any value that can appear in a JSON payload.

Last updated: