passing an object :-
\"cuuid": "91f90ddd-f3b9-44e2-9ac8-50e9f886df7e",
"catalog": {
"products": o
{
"category":
e"bob","marley"]
,
"brand": "zara",
"image": "https://www.vg247.com/2014/11/15/human-element-pc-action-mmo/",
"product_id": "oscar1",
"availability": "in stock 1",
"tags"::"hello","world"],
"title": "Nike1",
"web_link": "https://www.vg247.com/2014/11/15/human-element-pc-action-mmo/",
"parent_sku": "1234",
"latitude": "17.3562",
"longitude": "78.5572"
},
{
"category":
"paul","phoneix"
],
"brand": "hmm",
"image": "https://www.vg247.com/2014/11/15/human-element-pc-action-mmo/",
"product_id": "oscar2",
"availability": "in stock 1",
"tags":"always","smile"],
"title": "Nike1",
"web_link": "https://www.vg247.com/2014/11/15/human-element-pc-action-mmo/",
"parent_sku": "1234",
"latitude": "17.3562",
"longitude": "78.5572"
}
]
}
},
resulting object from bundleData.products
" {
uuid: '91f90ddd-f3b9-44e2-9ac8-50e9f886df7e',
brand: 'zara',
category: 'bob,marley,paul,phoneix',
image: 'https://www.vg247.com/2014/11/15/human-element-pc-action-mmo/',
product_id: 'oscar1',
availability: 'in stock 1',
title: 'Nike1',
web_link: 'https://www.vg247.com/2014/11/15/human-element-pc-action-mmo/'
},
{
uuid: '91f90ddd-f3b9-44e2-9ac8-50e9f886df7e',
brand: 'hmm',
category: 'bob,marley,paul,phoneix',
image: 'https://www.vg247.com/2014/11/15/human-element-pc-action-mmo/',
product_id: 'oscar2',
availability: 'in stock 1',
title: 'Nike1',
web_link: 'https://www.vg247.com/2014/11/15/human-element-pc-action-mmo/'
}
]
why this category field is merging both the products field