blob: b122631b31339f0a0d3d131624c6b036d8e93473 (
plain)
1
2
3
4
|
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.
|