I'm trying to use Google Sheets as a JSON backend. The JSON output is here:
This is the published spreadsheet: https://docs.google.com/spreadsheets/d/15Vn0lMn_lIq3P_QKcJ2Obs65FvqbMEoxSPuj9qrQH98/pubhtml
The problem is that the JSON output seems to be garbled. A sample line in the code is as follows:
{"type":"text","$t":"day: Monday, menu: Paninis, baguettes, spaghetti / Chicken curry"}
I'm not getting the 'elegant and easily parse-able' JSON output.
What am I doing wrong?