So if have a variable clicks = 0 and a dict data = {"clicks": 0},
clicks = 0
data = {"clicks": 0}
I change the clicks variable to 4 and then save it to my json file