summaryrefslogtreecommitdiffstats
path: root/python/anyjson/README
blob: 6a6a285035588b0f5fecc25ac5f80458ee8ed19e (plain)
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