A key has value as array of strings. How to get this array in a variable?
I tried getJSONObject(“key”), getJSONArray(“key”), getString(“key”). All give nullpointerException. I looked at methods available in dropdown. Didn’t find any that I could use. I looked online. Didn’t find info.