Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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