JsonNode.GetPath Method

Definition

Gets the JSON path.

public:
 System::String ^ GetPath();
public string GetPath ();
member this.GetPath : unit -> string
Public Function GetPath () As String

Returns

The JSON Path value.

Applies to