1
Does anyone know how to read objects with this file template? It seems that the creator did not use []
for Arrays
and also the second node is numbered (not key : value like the json
basic).
{
"1":{
"id":1,
"nome":"Rodrigo",
"Apelido":"RK",
"Fotos":{
"120x120":"nome",
"60x60":"nome",
"30x30":"nome"
}
},
"2":{
"id":1,
"nome":"Renato",
"Apelido":"RT",
"Fotos":{
"120x120":"nome",
"60x60":"nome",
"30x30":"nome"
}
},
"3":{
"id":1,
"nome":"Luis",
"Apelido":"LP",
"Fotos":{
"120x120":"nome",
"60x60":"nome",
"30x30":"nome"
}
}
}
OK! It worked out! Thank you very much!
– Rodrigo König
If it is the solution can you accept it as the answer? @Rodrigokönig
– novic
Sure! How do I do that? I’m new here!
– Rodrigo König