JsonToken.IsValue() Method

Version: Available or changed with runtime version 1.0.

Indicates whether a JsonToken contains a JSON value.

Syntax

Ok :=   JsonToken.IsValue()

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 value; otherwise, false.

See Also

JsonToken Data Type
Get Started with AL
Developing Extensions