Summary
Represents a JSON parsing exception.
Instance properties
int | | Gets the column number at which the parse error occurred. |
int | | Gets the character index at which the parse error occurred. |
int | | Gets the line number at which the parse error occurred. |
string | | A snippet of the JSON string at which the parse error occurred. |