Take a look guys, what am I doing wrong?
try { JSONArray jArray = new JSONArray(result); for(int i=0; i < jArray.length(); i++){ JSONObject data = jArray.getJSONObject(i); list.setText(data.getJSONArray("price").getString(i)+" "+data.getJSONArray("description").getString(i)+"\n"); } You can take a look at the package here http://m.renault-sokol.ru/api/getmodels/
There is nothing in the response on the screen in the application. Permishn on the Internet is, requests are sent, the package receives 100% of the emulator, but parse in any way.