Path Property

Json.NET

Json.NET - Quick Starts & API Documentation Path Property
NamespacesNewtonsoft.JsonJsonWriterExceptionPath
Gets the path to the JSON where the error occurred.
Declaration Syntax
C# Visual Basic Visual C++
public string Path { get; private set; }
Public Property Path As String
	Get
	Private Set
public:
property String^ Path {
	String^ get ();
	private: void set (String^ value);
}
Value
The path to the JSON where the error occurred.

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