Wraps the best available JSON implementation available in a common interface. Current version 0.3.3. Unmaintained since 2012; essentially abandoned.
pip install anyjsonVerified import paths — ran on the pinned version, not inferred.
Encode and decode JSON using anyjson.
Replace import anyjson with import json.
Use a specific JSON library directly (e.g., json, ujson, orjson).
No dependency data recorded yet.