Json – Python: Trying to extract a value from a list of dictionaries that is stored as a string
I am getting data from an API and storing it in json format. The data I pull is in a list of dictionaries. I am using Python. My task is to only grab the information from the dictionary that matches…