套件:python3-jsonpickle(3.0.0+dfsg1-1)
python3-jsonpickle 的相關連結
Debian 的資源:
下載原始碼套件 jsonpickle:
- [jsonpickle_3.0.0+dfsg1-1.dsc]
- [jsonpickle_3.0.0+dfsg1.orig.tar.xz]
- [jsonpickle_3.0.0+dfsg1-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [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
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-importlib-metadata
- library to access the metadata for a Python package - Python 3.x
- 或者 python3 (>> 3.8)
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
- 或者 python3 (<< 3.11)
- interactive high-level object-oriented language (default python3 version)
-
- sug: python-jsonpickle-doc
- Python library for serializing object graphs into JSON (documentation)
-
- sug: python3-numpy
- Fast array facility to the Python 3 language
-
- sug: python3-simplejson
- simple, fast, extensible JSON encoder/decoder for Python 3.x