List to JSON
The List to JSON operator creates a JSON-based text from a list. All elements in the list must be of the same data type.
Example 105.
In this example, the list consists of 3 letters.
ARRAY_TO_JSON(['a','b','c'])
Example 106.
The operator returns ["a","b","c"]