json.fromList

From RPTools Wiki
Revision as of 09:52, 28 April 2009 by Verisimilar (talk | contribs)
Jump to navigation Jump to search

json.fromList() Function

Introduced in version 1.3b49
Returns a JSON Array from a String List.

Usage

json.fromList(strList)
json.fromList(strList, delim)

Parameters

Example

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

See Also