type JsonValue = string | number | boolean | null | JsonValue[] | {}
Any value that can appear in a JSON payload.