if ($nestedField instanceof JsonField &&
$fieldValue !== null
) { $fieldValue =
json_decode((string) $fieldValue, true, 512, \JSON_THROW_ON_ERROR
);
} $stack->
update($fieldKey,
$fieldValue);
} } catch (WriteFieldException
$exception) { $parameters->
getContext()->
getExceptions()->
add($exception);
} } return $stack->
getResultAsArray();
}}