slackbuilds/python/anyjson
Andrew Clemons 472a754492
python/anyjson: Fix build with python 3.10.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-10-27 08:40:37 +07:00
..
README python/anyjson: Added (Python Module). 2019-10-26 18:52:02 +07:00
anyjson-python3.patch.gz python/anyjson: Fix build with python 3.10. 2021-10-27 08:40:37 +07:00
anyjson.SlackBuild python/anyjson: Fix build with python 3.10. 2021-10-27 08:40:37 +07:00
anyjson.info python/anyjson: updated homepage 2021-09-15 20:32:10 +07:00
slack-desc python/anyjson: Added (Python Module). 2019-10-26 18:52:02 +07:00

README

Convenience module to import the best available json serialize/deserializer installed

Anyjson loads whichever is the fastest JSON module installed and provides a uniform
API regardless of which JSON implementation is used.

Originally part of carrot