--- id: jsonpath-python version: "1.1.6" license: MIT License Copyright (c) 2020 sean2077 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in… (full text in the JSON record) license_treatment: permissive maintenance: active --- # jsonpath-python — A lightweight and powerful JSONPath implementation for Python License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install jsonpath-python uv add jsonpath-python poetry add jsonpath-python ## Description # jsonpath-python [![CI](https://github.com/sean2077/jsonpath-python/workflows/CI/badge.svg)](https://github.com/sean2077/jsonpath-python/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/sean2077/jsonpath-python/branch/main/graph/badge.svg)](https://codecov.io/gh/sean2077/jsonpath-python) [![PyPI version](https://badge.fury.io/py/jsonpath-python.svg)](https://badge.fury.io/py/jsonpath-python) [![Python versions](https://img.shields.io/pypi/pyversions/jsonpath-python.svg)](https://pypi.org/project/jsonpath-python/) [![License](https://img.shields.io/github/license/sean2077/jsonpath-python.svg)](https://github.com/sean2077/jsonpath-python/blob/main/LICENSE) A lightweight and powerful JSONPath implementation for Python. ## Why jsonpath-python? There are already several JSONPath libraries in Python, so why choose this one? 1. **Lightweight & Zero Dependency**: Unlike `jsonpath-ng` which relies on complex AST parsing frameworks like `ply`, `jsonpath-python` is implemented with pure Python string parsing. It has **zero third-party dependencies**, making it incredibly easy to integrate into any environment. 2. **Simple & Pythonic**: The implementation is... ## AI interpretation — verify before relying Extracts, filters, sorts, and updates values in JSON data using JSONPath expressions, with zero runtime dependencies and pure Python parsing. Verdict: A lightweight, actively maintained JSONPath library with zero dependencies, MIT licensing, and no known vulnerabilities. Well-suited for straightforward JSON querying and manipulation in Python 3.8+. [View on SkillFed](https://skillfed.io/packages/jsonpath-python) · [View on PyPI](https://pypi.org/project/jsonpath-python/)