Skip to content

Unable to filter with boolean values  #101

@ashwinzmed

Description

@ashwinzmed

jsonpath_expression= parse("$.arrangement[?(@.duplication == True )]")
for match in jsonpath_expression.find(config):
print(match.value)

it is not filtering the data which has duplication == True

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions