Digital Marketing

How to Output/Serve JSON from Google App Script

return ContentService.createTextOutput(JSON.stringify(result))
.setMimeType(ContentService.MimeType.JSON);

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database