Skip to content

Equality filter should use '==' instead of '='  #18

@hansthen

Description

@hansthen

At least, that is how several other jsonpath implementations implement this.

E.g. the expression $.[?(@.foo='bar')] fails to parse in jayway's JsonPath implementation. In the implementation here, = is used for assignment to the attribute and == is used to compare for equality.

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