this is the json structure of Fang Hui
this is my method if I want to show it
<? foreach ($dataUserList->{"themes"} as $key) { ?>
<? foreach ($key->{"theme-participants"} as $value) { ?>
<?=$value->{"user-name"};?>
<? } ?>
<? } ?>
is there a way not to use two foreach? Is there any easy way to achieve the same effect?