{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/7"},{"label":"Markup","url":"https://skillfed.io/packages/category/text-processing-markup"}],"enrichment":{"capability":"Implements JSONPath, a query language for extracting data from JSON documents using XPath-like syntax to navigate and filter nested structures.","skillfed_tags":["abandoned","json-query"],"use_cases":["Extract specific fields from deeply nested JSON API responses without manual dictionary traversal.","Filter and select elements from JSON arrays using path expressions in data processing pipelines.","Query configuration files or data exports stored in JSON format to retrieve values matching a pattern.","Transform JSON documents by selecting subsets of data based on XPath-like criteria."],"what_it_does":"jsonpath is a Python port of JSONPath, a query language for JSON documents modeled after XPath for XML. It allows you to extract data from nested JSON structures using path expressions like $.store.book[*].title to select specific elements without manual traversal. The package has no runtime dependencies and works with standard Python data structures.\n\nThe package is in beta status and has been abandoned for over a year, with no recent commits or active maintenance. While it carries an MIT license and has no known security vulnerabilities, its age and lack of updates mean it may not handle edge cases in modern JSON or work reliably with current Python versions. For new projects, you should verify whether a maintained alternative better suits your needs.","worth_installing":"No\u2014not recommended for new projects. The package is abandoned with no visible repository activity, making it a maintenance liability. While it has no known vulnerabilities and carries a permissive MIT license, the lack of updates raises compatibility and reliability concerns. Consider a maintained JSONPath implementation instead."},"id":"jsonpath","links":{"html":"https://skillfed.io/packages/jsonpath","md":"https://skillfed.io/packages/jsonpath.md","pypi":"https://pypi.org/project/jsonpath/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2023-08-24","license_spdx":null,"license_treatment":"permissive","name":"jsonpath","python_support":"unspecified","summary":"An XPath for JSON"},"popularity":{"monthly_downloads":1057675,"position":4429,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.82.2"}
