I have android AsynTask method that call the Web Service which returns the List<> as shown below:
[[1,"Test",37.334542,-121.890821,-121.890821],
[2,"XYZ",37.337749,-121.886702,-121.886702],
[4,"PQR",37.336453,-121.884985,-121.884985]]
Here my question is how can I convert the response of HttpResponse to List<> as same as shown above.