1e1218780c0acbcac7db7894ac9f7116e2cb606b
python-jsonpath-rw-ext
Extensions for JSONPath RW
This extensions will be proposed upstream and will stay here only if they are refused.
- Free software: Apache license
- Documentation: https://python-jsonpath-rw-ext.readthedocs.org/en/latest/
- Source: http://github.com/sileht/python-jsonpath-rw-ext
Quick Start
At the command line:
$ pip install python-jsonpath-rw-ext
Or, if you have virtualenvwrapper installed:
$ mkvirtualenv python-jsonpath-rw-ext
$ pip install python-jsonpath-rw-ext
Extensions
| name | Example |
|---|---|
| len | $.objects.len |
| sorted | $.objects.sorted |
| filter | $.objects[?(@some_field > 5)] |
Description
