An open API service indexing awesome lists of open source software.

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).

Awesome Lists containing this project

README

          

# jsonpath2
[![Build Status](https://travis-ci.org/pacifica/python-jsonpath2.svg?branch=master)](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.