JsonValue.Path() Method

Version: Available or changed with runtime version 1.0.

Retrieves the JSON path of the value relative to its containing tree.

Syntax

Path :=   JsonValue.Path()

Note

This method can be invoked using property access syntax.

Parameters

JsonValue
 Type: JsonValue
An instance of the JsonValue data type.

Return Value

Path
 Type: Text
The path of the value relative to its containing JSON tree. If the object is the root of the JSON tree, the path will be empty.

See Also

JsonValue Data Type
Get Started with AL
Developing Extensions