summaryrefslogtreecommitdiffstats
path: root/python/python3-orjson/README
blob: 1f57cdfabf2d567d5d422be235dd022d0e06beb7 (plain)
1
2
3
4
5
6
python3-orjson (Fast, correct Python JSON library)

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.