Click or drag to resize
Json.NET Schema

JSchemaValidationExceptionPath Property

 
Gets the path to the JSON where the error occurred.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public string Path { get; }

Property Value

Type: String
The path to the JSON where the error occurred.
See Also