3
I have a problem to generate a json in php, after the query it returns me this
{"37":{"codigo":"37","firstname":"Aluno","lastname":"Toledo","atividade":"A","checklist":null},
"1475":{"codigo":"1475","firstname":"Alzira","lastname":" Cabral","atividade":"A","checklist":"C"}}
has how I remove the "37" and the "1475"??
because I want to solve this problem, when I call it in an http.get by the angle, it is ordering by this "header" of the json...
Thanks, it worked, perfect!
– Yuri Rodrigues