JsonToken.IsObject() Method
Version: Available or changed with runtime version 1.0.
Indicates whether a JsonToken contains a JSON object.
Syntax
Ok := JsonToken.IsObject()
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 object; otherwise, false.
Related information
JsonToken Data Type
Get Started with AL
Developing Extensions