Json – Iterate through array of objects,not giving required output
given code [ { "data": [ { "text_name": "test", "text_url": "https://www.news18.com/topics/gold-prices/1", "is_new": "1" }, { "text_name": "test2", "text_url": "https://www.news18.com/topics/gold-prices/2", "is_new": "0" } ], "slug": "bollywood", "heading": "testing", "status": "1", "is_open_new": "1", "order_data": "2", "section_dropdown": "bollywood" } ] I want to…