TOJSON

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]