I saved my network data in a har file. Now I want to extract the whole dictionary of content that contains specific word as an indicator to save that dictionary to an array. There are multiple similar dicts in the har file that contain that value and I want to create an array of all the responses.
I am fairly new to python(and coding in general), explainlikeimfive kind explanation will greatly help me.