JSONPath
JSONPath copied to clipboard
Bracket Notation With Negative Number On Short Array
Test Data:
[
"one element"
]
Selector:
$[-2]
Result:
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'[]'
+'["one element","one element"]'
More information: https://cburgmer.github.io/json-path-comparison/results/bracket_notation_with_negative_number_on_short_array
After #26
--- Expected
+++ Actual
@@ @@
-'[]'
+'["one element"]'