json.fromList

From RPTools Wiki
Revision as of 00:32, 5 April 2009 by Verisimilar (talk | contribs) (Correcting JSON Array link.)
Jump to navigation Jump to search

json.fromList() Function

Introduced in version 1.3b49
Creates a JSON Array from a string list.

Usage

[h: jarr = json.fromList(strProp)]

Example

[r:json.fromList("a,1,g,4")]

Returns

["a",1,"g",4]