Edit

Share via


JsonArray.GetByte(Integer) Method

Version: Available or changed with runtime version 15.0.

Retrieves the value at the given index in the JsonArray.

Syntax

Value :=   JsonArray.GetByte(Index: Integer)

Parameters

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.

Return Value

Value
 Type: Byte
The value at the given index in the JsonArray as a Byte.

JsonArray data type
Getting started with AL
Developing extensions