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 1010# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1111# License for the specific language governing permissions and limitations
1212# under the License.
13+ #
14+ # NOTICE:
15+ # modified by dlacher to support predicate logic: https://github.com/h2non/jsonpath-ng/pull/21
16+ #
1317
1418import operator
1519import re
Original file line number Diff line number Diff line change 1010# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1111# License for the specific language governing permissions and limitations
1212# under the License.
13+ #
14+ # NOTICE:
15+ # modified by dlacher to support predicate logic: https://github.com/h2non/jsonpath-ng/pull/21
16+ #
1317
1418import functools
1519from .. import This , DatumInContext , JSONPath
Original file line number Diff line number Diff line change 1010# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1111# License for the specific language governing permissions and limitations
1212# under the License.
13+ #
14+ # modified by dlacher to support predicate logic: https://github.com/h2non/jsonpath-ng/pull/21
1315
1416from .. import lexer
1517from .. import parser
Original file line number Diff line number Diff line change 1111# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1212# License for the specific language governing permissions and limitations
1313# under the License.
14+ #
15+ # modified by dlacher to support predicate logic: https://github.com/h2non/jsonpath-ng/pull/21
1416
1517"""
1618test_jsonpath_ng_ext
You can’t perform that action at this time.
0 commit comments