RPTools

Personal tools
From MapToolDoc

json.fromList

Contents

json.fromList() Function

Introduced in version 1.3b49

Returns a JSON Array from a String List.

Usage

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

Parameters

Example

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

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

See Also

json.toList()