docsFunctionsJsonZjsonJoinArray

ZjsonJoinArray

Joins all elements of the array at the specified key path into a single string using the provided separator.

Syntax

ZjsonJoinArray{key;...;separator}

Arguments

NameTypeRequiredDefault
keystringYes-
separatorstringYes-

Example

ZjsonJoinArray{names;, }