{ "cards": [ { "id": "1", "content": "Watson vs Nicklaus in Golf's most memorable playoff Golfs most memorable ff" } ] } // Golf's
this.cardsData = JSON.parse(this.data).cards;
const json = { "cards": [ { "id": "1", "content": "Watson vs Nicklaus in Golf's most memorable playoff Golfs most memorable ff" } ] } console.log(JSON.stringify(json)) console.log(JSON.parse(JSON.stringify(json)).cards[0].content)