Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: RT.Json.JsonParseException

Summary

Represents a JSON parsing exception.

Instance properties

intGets the column number at which the parse error occurred.
intGets the character index at which the parse error occurred.
intGets the line number at which the parse error occurred.
stringA snippet of the JSON string at which the parse error occurred.