JSONPath icon indicating copy to clipboard operation
JSONPath copied to clipboard

Union With Slice And Number

Open SoftCreatR opened this issue 5 years ago • 0 comments

Test Data:

[
   1,
   2,
   3,
   4,
   5
]

Selector:

$[1:3,4]

Result (Proposal A):

--- Expected
+++ Actual
@@ @@
-'[2,3,5]'
+'[2,3]'

https://cburgmer.github.io/json-path-comparison/results/union_with_slice_and_number.html

SoftCreatR avatar Nov 03 '20 14:11 SoftCreatR