I would like to be able to express data in a Google Spreadsheet as a web service that returns JSON on request. Even though this is conceptually similar to similar questions, they tend to fall back to the GUI-centric message boxes.
So far, it's been fairly trivial to get the data transformed correctly. I'm having trouble finding a way to send a string back to a User-Agent on the basis of an HTTP GET request. Is there an equivalent of printing to stdout so that when a script is published as a service it can respond with a string?