Home > Q&A > body text
$res = json_decode($data['data']['point']);dump($res); //Output null
------ ----------------------------------
dump($res['aa']); // Still output null, no error will be reported