I have a string that looks like an array:
["944", "The name", "Hi, hi", 1, 6, 0, false, "the date"]
NOTE. The above is completed in ", as is String. So the integer and logical elements are in this line, and those that look like "944" are also in String, String in String, if you do.
How do I take this and make it an array of Java strings or ArrayList strings?
source
share