slackbuilds_ponce/python/anyjson
Yth - Arnaud b99fa70031 python/anyjson: Added (Python Module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-10-26 18:52:02 +07:00
..
anyjson.info
anyjson.SlackBuild
README
slack-desc

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