PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $json = '{ "aweme_list": [ "images":null, "yumme_recreason":null, ] }'; // convert into php array $arr = json_decode($json, true); //$values = array_column($arr['value'], 'vm'); //if($arr['aweme_list'][0]['images']){ print_r($arr); //} //else{ // print_r($arr['aweme_list']); //}
Show:  
Copy Clear