Type Alias JsonPrimitive

JsonPrimitive: string | number | boolean | null

Matches any valid JSON primitive value.