[DRAFT]This page is not published. Only visible in development mode.
json module · Function

json::array

Build a JSON array from a list of values.

Syntax

RQL

Parameters

NameTypeDescription
value1, value2, ...AnyValues to include in the array

Return Value

Returns a JSON array containing the provided values.

Examples

Build a JSON array

$ Build JSON Array
$ ctrl+enter to run

Mixed types

$ Inline JSON Array
$ ctrl+enter to run

Related Functions