orjson 3.10.7
0
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
Contents
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
Stars: 6140, Watchers: 6140, Forks: 215, Open Issues: 2The ijl/orjson
repo was created 5 years ago and the last code push was 4 days ago.
The project is extremely popular with a mindblowing 6140 github stars!
How to Install orjson
You can install orjson using pip
pip install orjson
or add it to a project with poetry
poetry add orjson
Package Details
- Author
- ijl <[email protected]>
- License
- Apache-2.0 OR MIT
- Homepage
- https://github.com/ijl/orjson
- PyPi:
- https://pypi.org/project/orjson/
- GitHub Repo:
- https://github.com/ijl/orjson
Classifiers
Related Packages
Errors
A list of common orjson errors.
Code Examples
Here are some orjson
code examples and snippets.
GitHub Issues
The orjson package has 2 open issues on GitHub
- datetime.timedelta support via flag
- Automatically serialize
pathlib.Path
- Add option to serialize enums as their names