SyntaxFix
Write A Post
Hire A Developer
Questions
JSONArray has a constructor which takes a String source (presumed to be an array).
JSONArray
String
So something like this
JSONArray array = new JSONArray(yourJSONArrayAsString);