First you have to decode your json data
$json = json_decode($data[0]['json']);
Then you can access your AfterParticipationHeader
$json->Canvas[0]->MainObjects->{"After Participation"}->afterParticipationHeader
First you have to decode your json data
$json = json_decode($data[0]['json']);
Then you can access your AfterParticipationHeader
$json->Canvas[0]->MainObjects->{"After Participation"}->afterParticipationHeader