json.toList

From RPTools Wiki
Revision as of 10:16, 24 December 2008 by Craig (talk | contribs)
Jump to navigation Jump to search

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