ports/devel/py-orjson/pkg-descr
2024-12-02 15:27:31 +01:00

5 lines
259 B
Plaintext

orjson is a fast, correct JSON library for Python.
It benchmarks as the fastest Python library for JSON and is more correct than
the standard json library or other third-party libraries. It serializes
dataclass, datetime, numpy, and UUID instances natively.