I am pulling data from a web service and it is formatted as JSON. I am writing a Google Apps Script for Google Sheets that will populate the data for me. My problem is, I can\'t
Use this gist : https://gist.github.com/varun-raj/5350595a730a62ca1954
Replace
http://example.com/feeds?type=json
with your JSON url
Add your entities here
rows.push([data.id, data.name,data.email]);