Open GoogleCodeExporter opened 9 years ago
It looks like their is something wrong with the formatting of the json return
object...?
I found a decent example that looks to have better formatting, but this still
doesn't work:
{
"total":4,
"page":1,
"rows":[
{"id":"email","cell":"test@test.com"},
{"id":"email","cell":"asdf@asdf.com"},
{"id":"email","cell":"jfjfjfjfjf@jfjfjfj.com"},
{"id":"email","cell":"blake@blake.me"}
]
}
Original comment by derekada...@gmail.com
on 24 Aug 2011 at 9:47
This is a sample of my JSON and works fine.
{
"page": 1,
"total": 1,
"rows": [{"id":"311169","cell": {
"endereco":"AVENIDA PREFEITO ERASTO GAERTNER","bairro":"BACACHERI","cidade":"CURITIBA","estado":"PARANÁ","uf":"PR","cep":"82510160","paginas":"1","area":"cep","lote":"LOTE_PR","doc":"311169"
}]
}
Original comment by Vormav...@gmail.com
on 27 Aug 2011 at 7:18
Original issue reported on code.google.com by
derekada...@gmail.com
on 22 Aug 2011 at 10:00