rapids_json_array_append

Added in version v25.08.00.

Append an element to a JSON array.

rapids_json_array_append(out_var array value)
out_var

Variable in which to store the result.

array

String containing the JSON array to append to.

value

String containing the JSON value to append.