Here I'm just moving the construction of our request options object call into the getJson()
function, so then I don't have to remember to do that when I call getJson(), and moving both into the library file, as they seem like they might be useful in our framework context, and also just to get a look at how that actually looks.
At this point I want to start looking at, one, doing things with the data we get back, and two, incorporating user inputs into the request, both of which interests I'm going to break out separately before coming back around to here to make use of them.