-
-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Description
Test Data:
[
{
"some":"some value"
},
{
"key":true
},
{
"key":false
},
{
"key":null
},
{
"key":"value"
},
{
"key":""
},
{
"key":0
},
{
"key":1
},
{
"key":-1
},
{
"key":42
},
{
"key":{
}
},
{
"key":[
]
}
]
Selector:
$[?(@.key==null)]
Result (Proposal A):
--- Expected
+++ Actual
@@ @@
-'[{"key":null}]'
+'[{"key":false},{"key":null},{"key":""},{"key":0},{"key":[]},{"key":[]}]'
https://cburgmer.github.io/json-path-comparison/results/filter_expression_with_equals_null.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