首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > JSON建立对象的序列化模块来存储任何对象和恢复它无处不在

JSON建立对象的序列化模块来存储任何对象和恢复它无处不在

资 源 简 介

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.

文 件 列 表

pyturbojson-3
turbojson.py
PKG-INFO
setup.py
VIP VIP
0.174403s