Creates a string list from a JSON Array. If the delimiter is not specified then the default value of ',' is used.
[h: jarr = json.toList(jarr)]
[h: jarr = json.toList(jarr, delim)]
[h:a=json.fromList("a,1,g,4")]
[json.toList(a)]
Returns
a,1,g,4