-
-
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:
[
{
"key":0
},
{
"key":42
},
{
"key":-1
},
{
"key":41
},
{
"key":43
},
{
"key":42.0001
},
{
"key":41.9999
},
{
"key":100
},
{
"key":"43"
},
{
"key":"42"
},
{
"key":"41"
},
{
"key":"value"
},
{
"some":"value"
}
]
Selector:
$[?(@.key<=42)]
Result (Proposal A):
--- Expected
+++ Actual
@@ @@
-'[{"key":0},{"key":42},{"key":-1},{"key":41},{"key":41.9999}]'
+'[{"key":0},{"key":42},{"key":-1},{"key":41},{"key":41.9999},{"key":"42"},{"key":"41"}]'
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed