slackbuilds_ponce/python/python3-orjson/README
fourtysixandtwo f6f8667a54
python/python3-orjson: Added (json library).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-09-17 00:10:23 +07:00

6 lines
310 B
Text

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.