$json = '{"task":{"title":"1","title_short":"1","description":"","youtube_video_id":"","url":"\/po-algebre\/7-klass\/alimov\/1"},"editions":[{"title":"решебник","description":"","type":2,"publisher_id":2,"texts":[],"images":[{"title":"","url":"https:\/\/gdz-ru.com\/attachments\/images\/tasks\/000\/049\/432\/0002\/5929bcd75c180.jpg"}]}]}';
$arr = json_decode($json, true);
echo $arr['editions'][0]['images'][0]['url'];
#echo '<pre>' . print_r($arr, true) . '</pre>';