( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php
$staticimages="";
foreach ($json as $rkey => $staticimage){
if ($staticimage['alt'] == 'image'){
$staticimages .= '<a target="_blank" href="'.$staticimage['image_url'].'"><img src="'.$staticimage['image_url'].'" width="20" height="20"/> </a>';
}
}
?>