blob: f3bb1600f095ae7cb3a522b038e62d522e882c9a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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.
WWW: https://github.com/h2non/jsonpath-ng
|