{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/10"}],"enrichment":{"capability":"Anyjson provides a uniform API for JSON serialization and deserialization by automatically selecting and wrapping the fastest available JSON library on the system.","skillfed_tags":["legacy","abandoned"],"use_cases":["Legacy codebases written for Python 2 that depend on anyjson and cannot be easily refactored to use the built-in json module","Projects that require runtime selection between multiple JSON backends for performance tuning on specific systems","Code that needs consistent exception types across different JSON library implementations"],"what_it_does":"Anyjson is a JSON library wrapper that was designed to automatically detect and use the fastest available JSON implementation on a system, presenting a uniform API regardless of which backend is installed. It provides serialize() and deserialize() functions that work consistently across different JSON libraries, with standardized exception handling (TypeError for non-JSON-serializable objects, ValueError for invalid JSON).\n\nThe package is now obsolete. Modern Python includes a built-in json module that is fast and stable, eliminating the need for a wrapper layer. The package has been abandoned since its last release on 2012-06-22 and receives no maintenance or updates. It was originally part of the carrot project and targets only Python 2.4\u20133.1, making it unsuitable for current development.","worth_installing":"No. The package is abandoned (last release 2012-06-22) and targets obsolete Python versions (2.4\u20133.1). Modern Python includes a robust built-in json module that eliminates the need for a wrapper. Install friction is high and compatibility with current Python versions is unverified. Use the standard library json module instead."},"id":"anyjson","links":{"html":"https://skillfed.io/packages/anyjson","md":"https://skillfed.io/packages/anyjson.md","pypi":"https://pypi.org/project/anyjson/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2012-06-22","license_spdx":null,"license_treatment":"permissive","name":"anyjson","python_support":"unspecified","summary":"Wraps the best available JSON implementation available in a common interface"},"popularity":{"monthly_downloads":105255,"position":12711,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.3"}
