资 源 简 介
JSON for python has many restrictions. It can only store some objects, and it even breaks tuples, longs.
Pickle, on the other hand, will only store references to the objects and restoring them is impossible if such references are non existent.
This module will store any object(without modules, modules will be supported, eventually) and store it not as a reference, but as a all the data it will need to successfully restore object anywhere.