I have an array inside an object as below:
[
{ "id": 244, "title": "myBook.pdf", "author": "Kevin"},
{ "id": 370, "title": "Bookpress.pdf", "author": "Justin"},
{ "id": 433, "title": "Uptown.pdf", "author": "David"},
]
How can I get all the data of all title data? Data required is: myBook.pdf, Bookpress.pdf, Uptown.pdf