0👍
Perhaps it’s an issue with backlash before double quotes. Tested with:
let data = {d: { results: [ { Title: "\"hello\"", } ] }}
console.log(data.d.results[0].Title);
Worked fine. Can’t provide answer without more context
- [Vuejs]-VueJS – Host in a subdirectory – working sample?
- [Vuejs]-Vue.js: When implementing the "Simple State Management from Scratch" approach, how to pass on/access the store?
Source:stackexchange.com