Android json parsing -


how parse type of json arrary

[{'name':'john', 'age': 44}, {'name':'alex','age':11}] 

where can't this:

jsonarray datalistarray = jobject.getjsonarray("???"); 

you can use string initialize json array.

string json = "[{'name':'john', 'age': 44}, {'name':'alex','age':11}]"; jsonarray json = new jsonarray(json); 

Comments

Popular posts from this blog

razor - Is this a bug in WebMatrix PageData? -

python - Why doesn't list have safe "get" method like dictionary? -

sql server - Stored procedure -