Add one json data to other json data

I have one data look like:
{ response : [
{ item1: about,
item2: about
}
{ item1: about1
item2: about2
}
and second similary. But i need use it in one) Create new ‘item 3’ in first data and add to them new item from second data.
How i can do it?

Hi!

I don’t really understand what you’re trying to do here. Could you show some more of your example?

Your question is not specific to Fuse by the way. We use normal JavaScript, so you could probably find the answer to your question anywhere on the internet :slight_smile: