Hello friends I am trying reading this json in php but I don´t get to extract the data correctly
I try this and works
echo $jsonencode->extractordata->url;
echo $jsonencode->extractordata->resourceid;
I want to extract information that it is in data array I try this but it doesn´t work It show me error
echo $jsonencode->extractordata->data->group->hora;