rapids_json_array_extend

Added in version v25.08.00.

Extend a JSON array with another JSON array.

rapids_json_array_extend(out_var array values)
out_var

Variable in which to store the result.

array

String containing the JSON array to extend.

values

String containing the JSON array to extend with.