Storing and Loading Data with JSON Oct 5, 2015 We’ve already learned about pickle, so why do we need another way to (de)serialize Python objects to(from) disk or a network connection? view source Advertisement