Added
Link Here
|
1 |
A final implementation of JSONPath for Python that aims to be standard |
2 |
compliant, including arithmetic and binary comparison operators, as |
3 |
defined in the original JSONPath proposal. |
4 |
|
5 |
This packages merges both jsonpath-rw and jsonpath-rw-ext and provides |
6 |
several AST API enhancements, such as the ability to update or removes |
7 |
nodes in the tree. |
8 |
|
9 |
WWW: https://github.com/h2non/jsonpath-ng |