JsonArray.Path() Method
Version: Available or changed with runtime version 1.0.
Retrieves the JSON path of the array relative to the root of its containing tree.
Syntax
Path := JsonArray.Path()
Note
This method can be invoked using property access syntax.
Parameters
JsonArray
Type: JsonArray
An instance of the JsonArray data type.
Return Value
Path
Type: Text
The path of the array relative to its containing JSON tree. If the object is the root of the JSON tree, the path will be empty.
Related information
JsonArray Data Type
Get Started with AL
Developing Extensions