id: tjsonerror title: TJSONError
JSON error information.
Field Text:StringThe error message, or an empty string if a message is not available.
Field source:StringSource of the error.
This can be (a part of) the file name or a special identifier in angle brackers (e.g. <string>).
Field line:IntThe line number on which the error occurred.
Field column:IntThe column on which the error occurred.
Note that this is the character column, not the byte column, i.e. a multibyte UTF-8 character counts as one column.
Field position:IntThe position in bytes from the start of the input.
This is useful for debugging Unicode encoding problems.
Field errorCode:IntThe numeric code for the error.