JsonObject.Values() Method
Version: Available or changed with runtime version 1.0.
Gets a set of values of the JsonObject.
Syntax
Values := JsonObject.Values()
Note
This method can be invoked using property access syntax.
Parameters
JsonObject
Type: JsonObject
An instance of the JsonObject data type.
Return Value
Values
Type: List of [JsonToken]
Related information
JsonObject Data Type
Get Started with AL
Developing Extensions