JsonClaimValueTypes.Json Field

Definition

A value that indicates the Value is a Json object.

public const string Json;
val mutable Json : string
Public Const Json As String 

Field Value

Remarks

When creating a Claim from Json if the value was not a simple type {String, Null, True, False, Number} then Value will contain the Json value. If the Json was a JsonObject, the ValueType will be set to "JSON".

Applies to