JSONPath icon indicating copy to clipboard operation
JSONPath copied to clipboard

Dot Notation With Number -1

Open SoftCreatR opened this issue 5 years ago • 0 comments

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

SoftCreatR avatar Nov 03 '20 13:11 SoftCreatR