Contents

jsonpickle 3.0.3

0

Python library for serializing any arbitrary object graph into JSON

Python library for serializing any arbitrary object graph into JSON

Stars: 1206, Watchers: 1206, Forks: 166, Open Issues: 69

The jsonpickle/jsonpickle repo was created 14 years ago and the last code push was 10 hours ago.
The project is very popular with an impressive 1206 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
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
No  jsonpickle  pypi packages just yet.

Errors

A list of common jsonpickle errors.

Code Examples

Here are some jsonpickle code examples and snippets.

GitHub Issues

The jsonpickle package has 69 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

See more issues on GitHub

Related Packages & Articles

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.

fastapi 0.110.1

FastAPI framework, high performance, easy to learn, fast to code, ready for production