Type alias JSONPrimitive

JSONPrimitive: boolean | number | string | null

A type alias for a JSON primitive.