Path Property

Json.NET

Json.NET - Quick Starts & API Documentation Path Property
NamespacesNewtonsoft.JsonJsonValidatingReaderPath
Gets the path of the current JSON token.
Declaration Syntax
C# Visual Basic Visual C++
public override string Path { get; }
Public Overrides ReadOnly Property Path As String
	Get
public:
virtual property String^ Path {
	String^ get () override;
}

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)