JsonArray.IndexOf(JsonObject) Method
Version: Available or changed with runtime version 1.0.
Determines the index of a specific value in the JsonArray.
Index := JsonArray.IndexOf(Value: JsonObject)
JsonArray
Type: JsonArray
An instance of the JsonArray data type.
Value
Type: JsonObject
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