Neos\Neos\Ui\Domain\Service\NodePropertyConversionService::convertArray PHP Method

convertArray() protected method

Convert raw value to array
protected convertArray ( string $rawValue ) : array
$rawValue string
return array
    protected function convertArray($rawValue)
    {
        return json_decode($rawValue, true);
    }