FunctionsJSON
json_concat
Concatenates two JSON values: objects are merged by key, arrays are concatenated, and mixed types are wrapped into arrays.
json_concat(…) → JSONKind · scalar
Concatenates two JSON values: objects are merged by key, arrays are concatenated, and mixed types are wrapped into arrays.
Part of the JSON family.