JSONPath
JSONPath copied to clipboard
Array slice with large number for start end negative step
Test Data:
[
"first",
"second",
"third",
"forth",
"fifth"
]
Selector:
$[113667776004:2:-1]
Result (Proposal A):
--- Expected
+++ Actual
@@ @@
-'["fifth","forth"]'
+'[]'
https://cburgmer.github.io/json-path-comparison/results/array_slice_with_large_number_for_start_end_negative_step.html