0
My array of output :
{
"status": "accept",
"info": "",
"message": {
"row": {
"1": {
"id": "1677",
"state": "AC",
"stateid": null,
"address": "RUA MARIA LUCIOLA DA SILVA",
"addressinfo": null,
"cityid": null,
"neighborhoodid": null,
"city": "RIO BRANCO",
"neighborhood": " VILA DA AMIZADE",
"addressnumber": null
}
},
"rows": []
}
}
I want to take for example: id:1677
objeto.message.row[1].id
This is what you want?– bfavaretto
^ . Also don’t confuse jQuery with a programming language. jQuery is just a library.
– Klaider
Thank you, that’s what I wanted...
– Rady Batalha
This JSON was obtained by an Ajax request?
– Guilherme Nascimento