Einhugur JSON Plugin III for Xojo

EinhugurJSONIII.JSONParserError Class

Class to give detailed info on JSON parser errors.

Instance of this class is returned by the ParserError property on the JSONDocument class.

Object
   JSONParserError

class EinhugurJSONIII.JSONParserError

Constructors

JSONParserErrorPrivate constructor.

Properties

CodeError code, which can be any value from the ParserErrorCodes class.
MessageError message.
OffsetCharacter offset into the JSON file where the error is believed to be.

Enumerations

ParserErrorCodesEnum representing parser error codes.

Supported Platforms:

  • macOS Intel 32 bit
  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS