What it does is convert the response content into a list
But it’s true that now with the dictionaries it’s easier. Using something like this:
But it always depends on how the Json you get is organized.
For example, if you have this Json:
You can see that the data is within “articles”. So first you have to get the data inside “articles”.
And then you get the tag data you need, like “title”.