EinhugurJSON.JSONParseResult Class (console safe)
Class that represents result from the JSON parser. It will contain the JSON elements and error information if there was error when parsing the JSON.
Instance of this class can only be constructed by the Parse shared method on the JSONPrimitive class.
Object
JSONParseResult
class EinhugurJSON.JSONParseResult
Constructors
JSONParseResult | A private constructor. Instance of this class can only be constructed by the Parse shared method on the JSONPrimitive class. |
Properties
CouldNotConvertToUTF8 | Returns true if the passed in string could not be converted to UTF8 |
ErrorColumn | Returns column where the error is located in the JSON text document. |
ErrorLine | Returns line where the error is located in the JSON text document. |
ErrorPosition | Returns character position from start of the document where the error is located in the JSON text document. |
ErrorSource | Returns some JSON code around and at the error. |
ErrorText | Description of the error. |
Root | Returns the parsed JSON tree as object model or nil if there was parse error. |
Supported Platforms:
macOS Intel 32 bitmacOS Intel 64 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitLinux ARM 64 bitiOS