I have a JSON-string in my google-script and it looks like this:
{ "email": "email@email.com", "url": "http://www.url.com" }
Now i want to send an email to the email that is specified in the string. How do i get the email element out of this JSON string?