Neos\Neos\Ui\Domain\Model\RenderedNodeDomAddress::jsonSerialize PHP Method

jsonSerialize() public method

Serialize to json
public jsonSerialize ( ) : array
return array
    public function jsonSerialize()
    {
        return ['contextPath' => $this->getContextPath(), 'fusionPath' => $this->getFusionPath()];
    }