Closed GoogleCodeExporter closed 8 years ago
JSONArray don't have relation with JSONObject. so, if I parse below contents ```json ["abc","edf"]
I could see ClassCastException in https://github.com/androidquery/androidquery/blob/master/src/com/androidquery/ca llback/AbstractAjaxCallback.java#L374
But this solution can't cover json made only 'String'.
I hope you got a better solution. This is just proposal.
Thank you great idea library!
Original issue reported on code.google.com by `tinyeeliu@gmail.com` on 27 Sep 2011 at 10:07
Added support to JSONArray.
Original comment by tinyeeliu@gmail.com on 27 Sep 2011 at 10:14
tinyeeliu@gmail.com
Original comment by tinyeeliu@gmail.com on 27 Sep 2011 at 10:15
I could see ClassCastException in https://github.com/androidquery/androidquery/blob/master/src/com/androidquery/ca llback/AbstractAjaxCallback.java#L374
But this solution can't cover json made only 'String'.
I hope you got a better solution. This is just proposal.
Thank you great idea library!