freebsd-ports/devel/py-orjson/pkg-descr

5 lines
258 B
Text
Raw Normal View History

2022-09-04 04:34:57 +02:00
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.