Returns a serializable version of the object
array
public function jsonSerialize() { return array( "line" => $this->getLine(), "column" => $this->getColumn(), "index" => $this->getIndex(), ); }