slackbuilds_ponce/python/anyjson/README

7 lines
251 B
Text
Raw Normal View History

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