Returns a serializable version of the node
array
Overrides Node::jsonSerialize
public function jsonSerialize() { $ret = parent::jsonSerialize(); unset($ret["leadingComments"]); unset($ret["trailingComments"]); return $ret; }