Class JSONSyntaxError

An error in JSON data being parsed.

Where appropriate, these errors are accompanied by visual context for where in the JSON data the error was encountered, in the same format Lily uses for its own error messages.

class JSONSyntaxError < Exception
{
    # From Exception
    public var @message: String
    public var @traceback: List[String]
}

constructor(message: String): JSONSyntaxError