mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
f6f8667a54
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
6 lines
310 B
Text
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.
|