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 loop everyone. What is the best solution with the PHP language.