my_trends = api.GetTrendsWoeid(my_woe_id)
trends = json.loads(my_trends)
but I get error : raise
TypeError(f'the JSON object must be str, bytes or bytearray, '
TypeError: the JSON object must be str, bytes or bytearray, not list
. I am using python 3.7. and python-twitter. What I am doing wrong?