Skip to content

Filter expression with equals with path and path #72

Open
@SoftCreatR

Description

@SoftCreatR

Test Data:

{
   "items":[
      {
         "key1":10,
         "key2":10
      },
      {
         "key1":42,
         "key2":50
      }
   ]
}

Selector:

$.items[?(@[email protected])]

Result:

--- Expected
+++ Actual
@@ @@
- [{"key1":10,"key2":10}]
+ []

More information: https://cburgmer.github.io/json-path-comparison/results/filter_expression_with_equals_with_path_and_path

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions