3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = '{"articles":[{"ID":"1","Title":"Welcome","Content":"This is the first article."}]}'; $final_res = json_decode($a); echo '<pre>'; print_r($final_res); echo '</pre><br>'; echo 'Content: ' . $final_res->articles[0]->Content;

preferences:
160.21 ms | 405 KiB | 5 Q