<?php $response = '[{"link":"google.com"},{"link":"facebook.com"},{"link":"instagram.com"}]'; $array = json_decode($response,true); foreach($array as $key=>$value){ echo $value['link'].PHP_EOL; } ?>
You have javascript disabled. You will not be able to edit any code.