<?php $json = '{"foo":[1,2,3]}'; $obj = json_decode($json); $arr = json_decode($json, true); var_dump($obj, $arr, $arr['foo'][0]);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`