slackbuilds_ponce/python/anyjson/README
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

6 lines
251 B
Text

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