I'm doing a get call and getting the response through InputStreamReader. So my string looks like this.
"["a", "b", "c"]"
I need to iterate through that string. I've tried making into arraylist using List, JSONArray, but cannot seem to loop through.
I rarely work with Java so I'm lost. Please help.