<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.15.0" />

System.IdentityModel.Tokens.Jwt.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.