My first attempt at it, and the testing function does not seem to work:
$.getJSON('questions.json', function(data) {alert(data);})
I am trying to alert all the contents of the JSON file which is really short.
What am I doing wrong? and why am I getting [object Object]