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_varVariable in which to store the result.
arrayString containing the JSON array to append to.
valueString containing the JSON value to append.