JsonArray.GetByte(Integer) Method
Version: Available or changed with runtime version 15.0.
Retrieves the value at the given index in the JsonArray.
Value := JsonArray.GetByte(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: Byte
The value at the given index in the JsonArray as a Byte.
JsonArray data type
Getting started with AL
Developing extensions