软件包:python3-jsonpickle(0.9.5-1)
python3-jsonpickle 的相关链接
Debian 的资源:
下载源码包 jsonpickle:
- [jsonpickle_0.9.5-1.dsc]
- [jsonpickle_0.9.5.orig.tar.gz]
- [jsonpickle_0.9.5.orig.tar.gz.asc]
- [jsonpickle_0.9.5-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [jsonpickle.github.com]
相似软件包:
Python library for serializing object graphs into JSON (Python 3)
jsonpickle is a Python library for serialization and deserialization of complex Python objects to and from JSON. The standard Python libraries for encoding Python into JSON, such as the stdlib’s json, simplejson, and demjson, can only handle Python primitives that have a direct JSON equivalent (e.g. dicts, lists, strings, ints, etc.). jsonpickle builds on top of these libraries and allows more complex data structures to be serialized to JSON. jsonpickle is highly configurable and extendable–allowing the user to choose the JSON backend and add additional backends.
This is the Python 3 version of the package.
其他与 python3-jsonpickle 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- sug: python3-numpy
- Fast array facility to the Python 3 language
-
- sug: python3-simplejson
- simple, fast, extensible JSON encoder/decoder for Python 3.x