This processor combines N input columns into a single JSON object column.
Input:
a b 1 2
Output:
{"a": 1, "b": 2}