<?php $str = '[{"ID":1}]'; $json = json_decode($str); echo $json[0]->ID;
You have javascript disabled. You will not be able to edit any code.