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": ["[email protected]", "[email protected]", "[email protected]"],
For a JSON Object I need to create for an API. I can’t figure out how to do it. Any thoughts?