Path Property

Json.NET

Json.NET - Quick Starts & API Documentation Path Property
NamespacesNewtonsoft.Json.SchemaValidationEventArgsPath
Gets the path of the JSON location where the validation error occurred.
Declaration Syntax
C# Visual Basic Visual C++
public string Path { get; }
Public ReadOnly Property Path As String
	Get
public:
property String^ Path {
	String^ get ();
}
Value
The path of the JSON location where the validation error occurred.

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