I have some sample json data with objects only.
{
"0": {
"image": null,
"title": "Government to issue new ₹500 and ₹2,000 notes from Nov 10 ",
"time": "10:46 pm ",
"date": "08 Nov ",
"content": "The government will start issuing the new ₹500 and ₹2,000 currency notes from November 10, said ...",
"link": "https://full-story.newsinshorts.com/v1/article/f0619b6a-738e-4470-897f-4e5cdad3ea52-1 "
},
"1": {
"image": null,
"title": "₹1,000, ₹5,000 and ₹10,000 notes were demonetised in 1978 ",
"time": "10:20 pm ",
"date": "08 Nov ",
"content": "The Indian government had demonetised the ₹1,000, ₹5,000 and ₹10,000 currency notes in 1978 ...",
"link": null
},
...
}
It has more objects than what is visible. How can I proceed with parsing this data?