JsonToken.Path() Method

Version: Available or changed with runtime version 1.0.

Retrieves the JSON path of the token relative to the root of its containing tree.

Syntax

Path :=   JsonToken.Path()

Note

This method can be invoked using property access syntax.

Parameters

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

Return Value

Path
 Type: Text

See Also

JsonToken Data Type
Get Started with AL
Developing Extensions