Contents

jsonpickle 4.1.1

0

jsonpickle encodes/decodes any Python object to/from JSON

jsonpickle encodes/decodes any Python object to/from JSON

Stars: 1314, Watchers: 1314, Forks: 179, Open Issues: 29

The jsonpickle/jsonpickle repo was created 16 years ago and the last code push was 2 weeks ago.
The project is very popular with an impressive 1314 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
Theelx
License
BSD-3-Clause
Homepage
None
PyPi:
https://pypi.org/project/jsonpickle/
Documentation:
https://jsonpickle.readthedocs.io/
GitHub Repo:
https://github.com/jsonpickle/jsonpickle

Classifiers

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 29 open issues on GitHub

  • Gather Metrics to Simplify Encode/Decode API
  • Feature Request: Official API for JSONL Streaming with Object References

See more issues on GitHub

Related Packages & Articles

httpie 3.2.4

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.129.0

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