{"categories":[{"label":"Text Processing","url":"https://skillfed.io/packages/category/text-processing/2"}],"enrichment":{"capability":"Implements RFC 9535-compliant JSONPath query evaluation, plus RFC 6901 JSON Pointer and RFC 6902 JSON Patch operations for Python.","skillfed_tags":["json-query","rfc-compliant","data-extraction"],"use_cases":["Extract matching records from a JSON API response using filter expressions like $.users[?@.status == 'active']","Navigate deeply nested JSON structures with JSON Pointer to retrieve or validate specific field values","Apply a series of add, remove, copy, or test operations to JSON objects using JSON Patch","Build data transformation pipelines that select and modify JSON documents in bulk","Validate JSON structure compliance by combining JSONPath queries with test assertions"],"what_it_does":"Python JSONPath is a query engine that extracts data from JSON structures using JSONPath expressions. It implements the RFC 9535 standard and is tested against the JSONPath Compliance Test Suite, making it suitable for applications that need standards-compliant path-based JSON navigation. The package also bundles RFC 6901 JSON Pointer (for direct reference resolution) and RFC 6902 JSON Patch (for applying structured modifications to JSON objects).\n\nThe library has no external runtime dependencies and supports Python 3.8 through 3.14 on both CPython and PyPy. It is designed as a general-purpose tool for developers who need to query, reference, or patch JSON data programmatically\u2014typical use cases include API response filtering, configuration file manipulation, and data transformation pipelines.","worth_installing":"Yes. The package is actively maintained, has zero known vulnerabilities, carries a permissive MIT license, installs with no dependencies, and implements a standards-based API (RFC 9535) that is well-documented. It is suitable for production use in any Python project that needs to query or manipulate JSON data."},"id":"python-jsonpath","links":{"html":"https://skillfed.io/packages/python-jsonpath","md":"https://skillfed.io/packages/python-jsonpath.md","pypi":"https://pypi.org/project/python-jsonpath/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-07","license_spdx":"MIT","license_treatment":"permissive","name":"python-jsonpath","python_support":"supports_current","summary":"JSONPath, JSON Pointer and JSON Patch for Python."},"popularity":{"monthly_downloads":1497050,"position":3835,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"2.2.1"}
