Scrap images links in json format

Hi
In eCommerce site a product has multiple images. when I scrape this images, multiple duplicated rows in csv file appears that their's differences is only one image link!
How I can group all images links of one product only in one cell like json format or etc to prevent repeat the same cells?

Thanks

Use grouped selector.

Thank you
that's worked with "src" in the attribute name field.