JSON help for noob
Hello,
I have coding experience but not with JSON. I am familiar with JavaScript and JQuery but not an expert with them. I am trying to write a function that gets data from the campusbooks.com api and just display it so I know that I am getting the data properly. They do not have an extensive tutorial on how to use there code so can someone help me out a little please...
Its basically just creating a url (easy) and getting an XML responce from it. There is an option to get the data in a JSON format as well.
What I need help on is how to actually get the response and extract the appropriate data I need. For example the title and author of a book.
|