Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter expression with equals with path and path #72

Open
SoftCreatR opened this issue Jun 2, 2021 · 0 comments
Open

Filter expression with equals with path and path #72

SoftCreatR opened this issue Jun 2, 2021 · 0 comments
Labels
enhancement New feature or request hacktoberfest

Comments

@SoftCreatR
Copy link
Owner

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

@SoftCreatR SoftCreatR added the bug Something isn't working label Jun 2, 2021
@SoftCreatR SoftCreatR added enhancement New feature or request and removed bug Something isn't working labels Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant