strange json foreach get specified value
问题 i have a json code,tried a lot of ways but still can't get the data from the json json: echo $answer->option; // will output {"customer_ans":["qqq","sss"], "show_image":["images/a.png","images/b.png"]}, {"customer_ans":["ooo","ooo","ooo"], "show_image":["images/a.png","images/b.png","images/c.png"]} ...thesame...blablabla when i tried foreach($answer->option as $mydata) { foreach($mydata->customer_ans as $values) { echo $values . "\n"; } } no output and I tried $ansopts = json_decode( $answer