I am making a telegram bot where i am receving data from api call. the api is returning me data like this
articles is the array and i want to retrive all the news from this .
when i do it without loop it work fine with no error
But when i am trying to print all data from array in look see below image
it gives me error like this (see in image)
How to print this data?