JsonNode.GetPath 方法

定义

获取 JSON 路径。

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

返回

String

JSON 路径值。

适用于