Array to json

image
Hi! How to make a json of the following form from this array without iterator:
[
{“email”: “user1@example.com”},
{“email”: “user2@example.com”},
{“email”: “user3@example.com”}
]

pls its asap :folded_hands::folded_hands::folded_hands::folded_hands::folded_hands::folded_hands::folded_hands::folded_hands::folded_hands:

Hi James,

Have you tried passing your array into a ‘Transform to JSON’ modue?

Best regards,
Jacob