Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

TOJSON(<list>)

Description

Returns the selected list as a JSON array.

Examples

Column1

TOJSON returns

[red, blue, green, yellow]

["red","blue","green","yellow"]

[34, 12, 38, 19][34,12,38,19]
[true, true, true, false][true,true,true,false]

...