JsonToken.IsArray() Method
Version: Available or changed with runtime version 1.0.
Indicates whether a JsonToken represents a JSON array.
Syntax
Ok := JsonToken.IsArray()
Note
This method can be invoked using property access syntax.
Parameters
JsonToken
Type: JsonToken
An instance of the JsonToken data type.
Return Value
Ok
Type: Boolean
true if the JsonToken represents a JSON array; otherwise, false.
Related information
JsonToken Data Type
Get Started with AL
Developing Extensions