Contents

jsonpath-rw 1.4.0

0

A robust and significantly extended implementation of JSONPath for Python, with a clear AST for meta

A robust and significantly extended implementation of JSONPath for Python, with a clear AST for metaprogramming.

Stars: 596, Watchers: 596, Forks: 190, Open Issues: 42

The kennknowles/python-jsonpath-rw repo was created 11 years ago and the last code push was 2 years ago.
The project is popular with 596 github stars!

How to Install jsonpath-rw

You can install jsonpath-rw using pip

pip install jsonpath-rw

or add it to a project with poetry

poetry add jsonpath-rw

Package Details

Author
Kenneth Knowles
License
Apache 2.0
Homepage
https://github.com/kennknowles/python-jsonpath-rw
PyPi:
https://pypi.org/project/jsonpath-rw/
GitHub Repo:
https://github.com/kennknowles/python-jsonpath-rw

Classifiers

No  jsonpath-rw  pypi packages just yet.

Errors

A list of common jsonpath-rw errors.

Code Examples

Here are some jsonpath-rw code examples and snippets.

GitHub Issues

The jsonpath-rw package has 42 open issues on GitHub

  • publish a 1.5?

See more issues on GitHub

Related Packages & Articles

jsonpath-ng 1.6.1

A final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators and providing clear AST for metaprogramming.

jsonnet 0.20.0

Python bindings for Jsonnet - The data templating language

JsonForm 0.0.2

Form validation for JSON-like data (i.e. document) in Python.

jsonfield 3.1.0

A reusable Django field that allows you to store validated JSON in your model.