I'm using web services in PHP but it returns a json that I can't access to an specific value like CodMateria.. Could you help me please?? I was trying to use:
$materia->GetResult->Materias->CodMateria;
The result that i can't access:
string(934) "{"GetResult":{"Materias":[{"CodMateria":"001","Materia":"Math","paralelo":"A"},
{"CodMateria":"002","Materia":"Math2","paralelo":"B"},
{"CodMateria":"003","Materia":"Math3","paralelo":"C"},
{"CodMateria":"004","Materia":"Math4","paralelo":"D"}]}}"