Type Alias JsonPrimitive

JsonPrimitive:
    | null
    | boolean
    | number
    | string

Any valid JSON primitive value.