Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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]
  • No labels