File tree Expand file tree Collapse file tree 5 files changed +17
-0
lines changed Expand file tree Collapse file tree 5 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ Files modified by dlacher to support predicate logic (https://github.com/h2non/jsonpath-ng/pull/21):
2
+ - jsonpath_ng/ext/filter.py
3
+ - jsonpath_ng/ext/iterable.py
4
+ - jsonpath_ng/ext/parser.py
5
+ - tests/test_jsonpath_rw_ext.py
Original file line number Diff line number Diff line change 10
10
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
11
11
# License for the specific language governing permissions and limitations
12
12
# under the License.
13
+ #
14
+ # NOTICE:
15
+ # modified by dlacher to support predicate logic: https://github.com/h2non/jsonpath-ng/pull/21
16
+ #
13
17
14
18
import operator
15
19
import re
Original file line number Diff line number Diff line change 10
10
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
11
11
# License for the specific language governing permissions and limitations
12
12
# under the License.
13
+ #
14
+ # NOTICE:
15
+ # modified by dlacher to support predicate logic: https://github.com/h2non/jsonpath-ng/pull/21
16
+ #
13
17
14
18
import functools
15
19
from .. import This , DatumInContext , JSONPath
Original file line number Diff line number Diff line change 10
10
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
11
11
# License for the specific language governing permissions and limitations
12
12
# under the License.
13
+ #
14
+ # modified by dlacher to support predicate logic: https://github.com/h2non/jsonpath-ng/pull/21
13
15
14
16
from .. import lexer
15
17
from .. import parser
Original file line number Diff line number Diff line change 11
11
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12
12
# License for the specific language governing permissions and limitations
13
13
# under the License.
14
+ #
15
+ # modified by dlacher to support predicate logic: https://github.com/h2non/jsonpath-ng/pull/21
14
16
15
17
"""
16
18
test_jsonpath_ng_ext
You can’t perform that action at this time.
0 commit comments