DanielWGross / Group-Project-1

1st Group Project
2 stars 2 forks source link

#12 - Walmart API Issue - #2 #5

Closed DanielWGross closed 6 years ago

DanielWGross commented 6 years ago

Modal's show the quotes ("") from the JSON key. Should not display to the user. Have tried multiple escape combinations but can't seem to get it to work right.

ensarmu1982 commented 6 years ago

I think you just getting the response from JSON (values not extracted yet) "keys": "values"

      console.log(response);

      // Storing the title data
      var title = response.Title;