JSONPath
JSONPath copied to clipboard
Dot Notation With Number -1
Test Data:
[
"first",
"second",
"third",
"forth",
"fifth"
]
Selector:
$.-1
Result (Proposal A):
--- Expected
+++ Actual
@@ @@
-'[]'
+'["fifth"]'
https://cburgmer.github.io/json-path-comparison/results/dot_notation_with_number_-1.html