I"d like to check the data structure 
 how can I get the data after the second round? 
 complete structure: 
  
 
I can get the "chinese-name" of "restaurants-involved" this way
foreach ($order_get_one->{"restaurants-involved"} as $key){
echo $key->{"chinese-name"};
}