json-value

modifiy data of json file

modifiy data of json file Question: How can I modify the values of json file using python? so my json file is: { "roll no": "210", "school": "DAP", "city": "Delhi", "hobbies": [ { "dance": "yes" }, { "singing": "yes" }, { "travel": "yes" }, ] } so this is my json and I want to …

Total answers: 3