-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Description
Test Data:
[
{
"key":1
},
{
"key":8
},
{
"key":3
},
{
"key":10
},
{
"key":7
},
{
"key":2
},
{
"key":6
},
{
"key":4
}
]
Selector:
$[?(@.key<3),?(@.key>6)]
Result (Proposal A):
--- Expected
+++ Actual
@@ @@
-'[{"key":1},{"key":2},{"key":8},{"key":10},{"key":7}]'
+'[{"key":1},{"key":2}]'
https://cburgmer.github.io/json-path-comparison/results/union_with_filter.html
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed