<?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;
You have javascript disabled. You will not be able to edit any code.