Following is the JSON response
i have got from a web service. I want to parse it in an android app:
{"text":["Gayatri Hari Mankar","Prajaval V. Kakade","ram joshi","Revati R Sharma","Sneha M Verma","Sumeet N Wankar"],"status":1000}
I want to retrieve all the names under the text array
.
Its a different case than that of the one mentioned below. how to parse JSONArray in android