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