0
How to obtain data with foreach
through the JSON
of that kind:
{
"12": {
"0": {
"9678": {
"920": {
"224": {
"657": "José da Silva"
}
}
}
},
"1": {
"0512": {
"987/21": {
"233": {
"652": "Maria Silva"
}
}
}
}
}
}
I don’t understand. You just want a simple list with the names "José da Silva" and "Maria Silva"?
– Rodrigo Rigotti