My question is what's the best way to convert multiple lists back to back into a single JsonArray. The lists are coming on the fly, so I don't want to or I can't have all the lists(list1 - listn) merged in a big list, then use Jackson to write the merged list to a JsonArray. My question is what's the best way to convert m