<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.16.0" />

Microsoft.IdentityModel.JsonWebTokens.JsonClaimValueTypes

public static class JsonClaimValueTypes
Constants that indicate how the Value should be evaluated.
public const string Json = "JSON"

A value that indicates the Value is a Json object.

public const string JsonArray = "JSON_ARRAY"

A value that indicates the Value is a Json object.

public const string JsonNull = "JSON_NULL"

A value that indicates the Value is Json null.