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:
Result (Proposal A):
--- Expected
+++ Actual
@@ @@
-'[{"key":42},{"key":43},{"key":42.0001},{"key":100}]'
+'[{"key":42},{"key":43},{"key":42.0001},{"key":100},{"key":"43"},{"key":"42"},{"key":"value"}]'
https://cburgmer.github.io/json-path-comparison/results/filter_expression_with_greater_than_or_equal.html
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:
Result (Proposal A):
https://cburgmer.github.io/json-path-comparison/results/filter_expression_with_greater_than_or_equal.html