does anyone have an example of merging 2 Lists of ...
# getting-started
d
does anyone have an example of merging 2 Lists of Objects? I have Object A and Object B, I can match them on the same key but then I want to nest Object B under a deeper key in Object A
If merging them as JSON Objects is easier I should be able to do that
cool thanks I’ll give this a try in the morning!