首先,您必须解码json数据
$json = json_depre($data[0]['json']);
然后您可以访问
AfterParticipationHeader
$json->Canvas[0]->MainObjects->{"After Participation"}->afterParticipationHeader
首先,您必须解码json数据
$json = json_depre($data[0]['json']);
然后您可以访问
AfterParticipationHeader
$json->Canvas[0]->MainObjects->{"After Participation"}->afterParticipationHeader