Path Property

Json.NET

Json.NET - Quick Starts & API Documentation Path Property
NamespacesNewtonsoft.Json.SerializationErrorContextPath
Gets the path of the JSON location 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 of the JSON location where the error occurred.

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