blob: 7bdb15a31adf41e97158d7ffe8631d1aa597bf9a (
plain) (
blame)
1
2
3
4
5
6
7
|
A final implementation of JSONPath for Python that aims to be standard
compliant, including arithmetic and binary comparison operators, as
defined in the original JSONPath proposal.
This packages merges both jsonpath-rw and jsonpath-rw-ext and provides
several AST API enhancements, such as the ability to update or removes
nodes in the tree.
|