Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.26 KB

File metadata and controls

40 lines (34 loc) · 1.26 KB
title description ms.author ms.date ms.tgt_pltfrm ms.topic author
JsonArray.Path() Method
Retrieves the JSON path of the array relative to the root of its containing tree.
solsen
02/26/2024
na
reference
SusanneWindfeldPedersen

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.

See Also

JsonArray Data Type
Get Started with AL
Developing Extensions