Skip to content

JsonPath filters: add logical operator support and tests #127

@simbo1905

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.

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