{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/6"}],"enrichment":{"capability":"Converts JSON data into Python objects with attribute-style access, allowing you to work with JSON as dot-notation properties instead of dictionary keys.","skillfed_tags":["json-parsing","abandoned-but-stable"],"use_cases":["Convert API responses from JSON format into Python objects for cleaner, more readable code.","Simplify data access in scripts that work with JSON configuration files or data exports.","Prototype quick utilities where dot notation feels more natural than dictionary key lookups.","Migrate legacy code that expects object attributes over dictionary-style access patterns."],"what_it_does":"jsonasobj2 is a lightweight utility that wraps JSON data so you can access fields using Python's dot notation (obj.key) instead of dictionary syntax (obj['key']). It was designed to make JSON manipulation feel more natural in Python code by converting parsed JSON into objects with attribute-style access.\n\nThe package is stable but abandoned\u2014it has not been updated since June 2021 and receives no active maintenance. It depends on hbreader for its core functionality. With no known vulnerabilities and permissive CC0 licensing, it poses no legal or security barriers to use, but you should be aware that any bugs or compatibility issues with newer Python versions will not be fixed by the original maintainer.","worth_installing":"Yes, if you need dot-notation JSON access and can tolerate an unmaintained package. The low install friction, permissive license, and lack of known vulnerabilities make it safe to use in stable, non-critical contexts. However, do not rely on it for production systems requiring active maintenance or Python version updates beyond 3.9."},"id":"jsonasobj2","links":{"html":"https://skillfed.io/packages/jsonasobj2","md":"https://skillfed.io/packages/jsonasobj2.md","pypi":"https://pypi.org/project/jsonasobj2/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2021-06-02","license_spdx":null,"license_treatment":"permissive","name":"jsonasobj2","python_support":"supports_current","summary":"JSON as python objects - version 2"},"popularity":{"monthly_downloads":302027,"position":7827,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.0.4"}
