delete Items from Json File that doesn't have keys ~ Python
I have a JSON file and would like to remove a certain book [ { "title": "How to love", "author": "vagabondage3", "isbn": 9832, "genre": "Comedy", "numofcopies": 2 }, { "title": "How to eat", "author": "belabor", "isbn": 2345, "genre": "Documentary", "numofcopies":…