Skip to content

JsonPath filters: add logical operator support and tests #127

Description

@simbo1905

JsonPath filter expressions should support and be tested for common logical operators.

Work:

  • Add parser support for !, &&, || (including parentheses) inside [?(...)].
  • Ensure @ alone is treated as the current node in filters (not a property named "@").
  • Add integration tests proving evaluation behavior.
  • Add a focused unit test class validating JsonPathParseException exposes message/path/position details.

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