find particular key in json and insert parent object to it using python
I am trying to insert parent object in the json but it inserts it on the top but I want to insert after particular key present in the json. I tried adding below code but it insert parent at the…