{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/7"},{"label":"Internet","url":"https://skillfed.io/packages/category/internet/4"}],"enrichment":{"capability":"Converts JSON data into Python objects with attribute-style access, allowing you to read and manipulate JSON as if it were native Python classes.","skillfed_tags":["json-parsing","deprecated-successor-available"],"use_cases":["Convert JSON API responses into Python objects for cleaner, more readable code in data processing scripts.","Load configuration files stored as JSON and access settings using attribute syntax instead of nested dictionary lookups.","Prototype rapid data transformations where object-style access is more intuitive than dictionary operations.","Serialize Python objects back to JSON with custom filtering logic for specific output requirements."],"what_it_does":"jsonasobj is a utility that wraps JSON data structures into Python objects, letting you access JSON fields using dot notation (e.g., `data.field`) instead of dictionary keys (e.g., `data['field']`). It supports loading JSON from files, URLs, or file objects, and includes methods to serialize objects back to JSON with optional filtering.\n\nThe package is in maintenance mode: the latest release is from 2021-02-08, and the maintainer has shifted active development to a successor project due to breaking changes that proved difficult to migrate gracefully. While the current version remains stable and carries no known vulnerabilities, it receives no active updates.","worth_installing":"Yes, if you are working with an existing codebase already using jsonasobj 1.3.1 or need simple JSON-to-object conversion without active maintenance. No, if you are starting a new project\u2014the maintainer has moved development elsewhere, and this version will not receive updates. Check the successor project for new work."},"id":"jsonasobj","links":{"html":"https://skillfed.io/packages/jsonasobj","md":"https://skillfed.io/packages/jsonasobj.md","pypi":"https://pypi.org/project/jsonasobj/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2021-02-08","license_spdx":null,"license_treatment":"permissive","name":"jsonasobj","python_support":"unspecified","summary":"JSON as python objects"},"popularity":{"monthly_downloads":266758,"position":8302,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.3.1"}
