title | description | ms.author | ms.date | ms.topic | author | ms.reviewer |
---|---|---|---|---|---|---|
JsonArray.IndexOf(BigInteger) Method |
Determines the index of a specific value in the JsonArray. |
solsen |
08/26/2024 |
reference |
SusanneWindfeldPedersen |
solsen |
Version: Available or changed with runtime version 1.0.
Determines the index of a specific value in the JsonArray.
Index := JsonArray.IndexOf(Value: BigInteger)
JsonArray
Type: JsonArray
An instance of the JsonArray data type.
Value
Type: BigInteger
Index
Type: Integer
The position of the value in the JsonArray. -1 will be returned if Value cannot be found in the array.
Note
The JsonArray is 0-based by design.
JsonArray Data Type
Get Started with AL
Developing Extensions