Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Version: Available or changed with runtime version 15.0.
Retrieves the value at the given index in the JsonArray.
Value := JsonArray.GetOption(Index: Integer)
JsonArray
Type: JsonArray
An instance of the JsonArray data type.
Index
Type: Integer
The index of the element in the JsonArray that you want to retrieve.
Value
Type: Option
The value at the given index in the JsonArray as an Option.
JsonArray data type
Getting started with AL
Developing extensions