slackbuilds/python/python3-orjson
fourtysixandtwo 06c5a330bd
python/python3-orjson: Updated for version 3.9.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-11-11 08:08:38 +07:00
..
README
python3-orjson.SlackBuild python/python3-orjson: Updated for version 3.9.10. 2023-11-11 08:08:38 +07:00
python3-orjson.info python/python3-orjson: Updated for version 3.9.10. 2023-11-11 08:08:38 +07:00
slack-desc

README

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.