Closed DanielWGross closed 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.
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;
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.