The JSON file is like this:
[
{
"src": "https://",
"viewcount": "0"
},
{
"src": "https://",
"viewcount": "0"
}
]
I wish to extract all the values under src (all of which are urls) with python.
How can I do so?
Thank you.
