JsonToken.AsValue() Method
Version: Available or changed with runtime version 1.0.
Converts the value in a JsonToken to a JsonValue data type.
Syntax
Value := JsonToken.AsValue()
Parameters
JsonToken
Type: JsonToken
An instance of the JsonToken data type.
Return Value
Value
Type: JsonValue
The returned JsonValue contains the same data as the JsonToken, but allows value-specific operations to be performed on the data.
Related information
JsonToken Data Type
Get Started with AL
Developing Extensions