Skip to content

1.8.0 release produces different full_path result #215

@selimt

Description

@selimt

With 1.7.0

>>> for m in jsonpath_ng.parse('abc.*.def').find({"abc": {"foo": {"def": "bar"}}}): print(m.full_path)
... 
abc.foo.def

With 1.8.0:

>>> for m in jsonpath_ng.parse('abc.*.def').find({"abc": {"foo": {"def": "bar"}}}): print(m.full_path)
... 
((abc.foo).def)

This is with Python 3.10.14

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions