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

Union With Keys #22

Closed
SoftCreatR opened this issue Oct 26, 2020 · 0 comments
Closed

Union With Keys #22

SoftCreatR opened this issue Oct 26, 2020 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@SoftCreatR
Copy link
Owner

SoftCreatR commented Oct 26, 2020

Test Data:

{
  "key": "value",
  "another": "entry"
}

Selector:

$['key','another']

Result:

--- Expected
+++ Actual
@@ @@
-'["value","entry"]'
+'[]'

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

@SoftCreatR SoftCreatR added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Oct 26, 2020
SoftCreatR added a commit that referenced this issue Oct 27, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
key union selector, fix #22
SoftCreatR added a commit that referenced this issue Oct 27, 2020
+ Fixed query/selector "Array Slice With Start Large Negative Number And Open End On Short Array" (#7)
+ Fixed query/selector "Union With Keys" (#22)
+ Fixed query/selector "Dot Notation After Union With Keys" (#15)
+ Fixed query/selector "Union With Keys After Array Slice" (#23)
+ Fixed query/selector "Union With Keys After Bracket Notation" (#24)
+ Fixed query/selector "Union With Keys On Object Without Key" (#25)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant