I’m reading a list of emails from a Google Sheet and getting the Collections. I’d like to take all the e-mails I’m receiving to create a String in the following format:
"emails": ["test1@example.com", "test2@example.com", "test3@example.com"],
For a JSON Object I need to create for an API. I can’t figure out how to do it. Any thoughts?