polyTEM.utilities.saveas_json¶
- polyTEM.utilities.saveas_json(obj, filename)¶
A weakness of pickle is that if I change the class structure after I pickle, I can no longer unpickle it. converting to json gets aroudn this while things are debugging
A weakness of pickle is that if I change the class structure after I pickle, I can no longer unpickle it. converting to json gets aroudn this while things are debugging