<?php $json = '{"100308":1}'; $temp = json_decode($json); $sub = get_object_vars($temp); // Error Array var_dump($sub, array_key_exists('100308', $sub));
You have javascript disabled. You will not be able to edit any code.