Contents

orjson 3.11.7

0

Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy

Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy

Stars: 7904, Watchers: 7904, Forks: 292, Open Issues: 0

The ijl/orjson repo was created 7 years ago and the last code push was 2 weeks ago.
The project is extremely popular with a mindblowing 7904 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
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/orjson/
GitHub Repo:
https://github.com/ijl/orjson

Classifiers

No  orjson  pypi packages just yet.

Errors

A list of common orjson errors.

Code Examples

Here are some orjson code examples and snippets.

Related Packages & Articles

json-tricks 3.17.3

Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.

jsons 1.6.3

For serializing Python objects to JSON (dicts) and back

jsonargparse 4.46.0

Minimal effort CLIs derived from type hints and parse from command line, config files and environment variables.

colander 2.0

A simple schema-based serialization and deserialization library