Type Alias JsonPrimitive

JsonPrimitive:
    | null
    | boolean
    | number
    | string