2
I have the following json
{
"nome": "Alisson",
"nome": "Bruno",
"nome": "Junior",
"nome": "Nicolly",
"nome": "José",
"nome": "Greice",
"idade": "20",
"idade" : "21",
"idade" : "29",
"idade" : "14",
"idade" : "11",
"idade" : "20"
}
I want to make a loop with everyone. What is the best solution with the PHP language.
Want to loop in PHP? or Javascript? Already have the loop in the language you want or need to convert?
– Sergio