I am currently working on a project involving an auto-suggestion exercise using a JSON file located on a server. I'm not entirely clear on the web development terminology, so one requirement has me a bit confused:
The requirement states: "On the keyup event (since there is an input field), issue a GET request to the server with the input key value and the name of a callback function as parameters."
While I have issued GET requests to JSON files on servers in the past, I am unsure how to send a key as a parameter for a JSON file. Is this even possible?