I need to store a JSONArray object as a string then retrieve the string and convert it back to a JSONArray.
If I do:
JSONArray jArray; String s = j
As long as it's a valid JSONArray to begin with, then yes.