jsonpickle 3.3.0
0
Python library for serializing arbitrary object graphs into JSON
Contents
Python library for serializing arbitrary object graphs into JSON
Stars: 1251, Watchers: 1251, Forks: 175, Open Issues: 74The jsonpickle/jsonpickle
repo was created 14 years ago and the last code push was 2 weeks ago.
The project is very popular with an impressive 1251 github stars!
How to Install jsonpickle
You can install jsonpickle using pip
pip install jsonpickle
or add it to a project with poetry
poetry add jsonpickle
Package Details
- Author
- David Aguilar
- License
- None
- Homepage
- https://github.com/jsonpickle/jsonpickle
- PyPi:
- https://pypi.org/project/jsonpickle/
- GitHub Repo:
- https://github.com/jsonpickle/jsonpickle
Classifiers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common jsonpickle errors.
Code Examples
Here are some jsonpickle
code examples and snippets.
GitHub Issues
The jsonpickle package has 74 open issues on GitHub
- [HELP] on how to use handlers
- ZnJSON: I wrote a similar package before I found out about jsonpickle
- Drop support for EOL Python versions
- Q: specify other name for
"py/object"
key? - Segmentation fault (core dumped)
- Encoding and decoding of object with append and getitem method results in duplicated list entries
- Pandas list value not decoding properly
- Multiple usage of same enum constant in dict derived class