Contents

orjson 3.9.15

0

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

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

Stars: 5466, Watchers: 5466, Forks: 191, Open Issues: 1

The ijl/orjson repo was created 5 years ago and the last code push was Yesterday.
The project is extremely popular with a mindblowing 5466 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

No  orjson  pypi packages just yet.

Errors

A list of common orjson errors.

Code Examples

Here are some orjson code examples and snippets.

GitHub Issues

The orjson package has 1 open issues on GitHub

  • datetime.timedelta support via flag
  • Automatically serialize pathlib.Path
  • Add option to serialize enums as their names

See more issues on GitHub

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.

jsonpickle 3.0.3

Python library for serializing any arbitrary object graph into JSON

jsons 1.6.3

For serializing Python objects to JSON (dicts) and back

jsonargparse 4.27.7

Implement minimal boilerplate 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