Does anyone know how I can read objects with this file template? It looks like the creator did not use []
to Arrays
and also the second node is numbered (not key: value as json
base).
{
"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"
}
}
}