JsonClaimValueTypes.JsonArray Field

Definition

A value that indicates the Value is a Json object.

public const string JsonArray;
val mutable JsonArray : string
Public Const JsonArray 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 JsonArray, the ValueType will be set to "JSON_ARRAY".

Applies to