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