json.toList
Function json.toList
Introduced in MapTool 1.3b49
Creates a string list from a json array.
Usage
[h: jarr = json.toList(jarr)]
Examples
[h:a=json.toList("a,1,g,4")][json.toList(a)]
Returns
a,1,g,4
Introduced in MapTool 1.3b49
Creates a string list from a json array.
[h: jarr = json.toList(jarr)]
[h:a=json.toList("a,1,g,4")][json.toList(a)]
Returns
a,1,g,4