secomind / exjsonpath

JSONPath library for Elixir
Apache License 2.0
24 stars 7 forks source link

Slice operator on objects always eval to [] #24

Closed bettio closed 4 years ago

bettio commented 4 years ago

{":": 42, "more": "string", "a": 1, "b": 2, "c": 3} on $[1:3] outputs []. See also https://cburgmer.github.io/json-path-comparison/results/array_slice_on_object.html