Posts by Daniel A R F • 26 points
1 post
-
1
votes1
answer267
viewsA: How to delete an object in . json using Python?
You can create a function that deletes a 'Schedule' by identifier. In your example, you point the lines [33-39] to delete, which is represented by the key/identifier "6". So, just do a function that…