I'm writing a simple program to read and update data from a JSON file located here: https://api.myjson.com/bins/3ygu6
I already know how to read the file correctly with urllib2.urlopen
and json.load
, but I have no idea how to update values. Can you please explain me how to do that?
Maybe this could be helpful http://myjson.com/api