{
  "keywords": [
    {"word": "Web address for the sheet", "meaning": "a link that can add a row or read a number without opening the spreadsheet (a REST API)"},
    {"word": "The little Google program next to the sheet", "meaning": "a short program that lives with the spreadsheet (Apps Script) and answers that web address"},
    {"word": "The receive-a-row door", "meaning": "the part of the program that takes a new row from a form (doPost)"},
    {"word": "The read-a-number door", "meaning": "the part of the program that sends a number back (doGet)"},
    {"word": "Publish a new version", "meaning": "put the latest program on the web address; after a change you must do this again (deploy)"}
  ]
}
