https://github.com/pacifica/python-jsonpath2
A JSONPath implementation for Python (but better than jsonpath).
https://github.com/pacifica/python-jsonpath2
Last synced: 4 months ago
JSON representation
A JSONPath implementation for Python (but better than jsonpath).
- Host: GitHub
- URL: https://github.com/pacifica/python-jsonpath2
- Owner: pacifica
- License: lgpl-3.0
- Created: 2018-09-15T15:57:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T19:35:56.000Z (over 3 years ago)
- Last Synced: 2025-09-25T16:50:00.516Z (9 months ago)
- Language: Python
- Homepage:
- Size: 166 KB
- Stars: 51
- Watchers: 3
- Forks: 12
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# jsonpath2
[](https://travis-ci.org/pacifica/python-jsonpath2)
This repository contains an implementation of
[JSONPath](http://goessner.net/articles/JsonPath/)
([XPath](https://www.w3.org/TR/xpath/all/) for
[JSON](https://www.json.org/)) for the Python programming
language.
## Documentation
For installation, configuration and usage documentation please
refer to the [Read the Docs](https://jsonpath2.readthedocs.io)
documentation.
* [Installation](docs/installation.md) documentation.
* [Examples](docs/exampleusage.md) documentation.
## Contributions
Contributions are accepted on GitHub via the fork and pull request workflow.
GitHub has a good [help article](https://help.github.com/articles/using-pull-requests/)
if you are unfamiliar with this method of contributing.