secomind / exjsonpath

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

Support leading @ #31

Closed bettio closed 3 years ago

bettio commented 3 years ago

Expressions with leading @ are supported now (e.g. @.b).

eval/3 is available now, and it enables to set a JSON subdocument as current item, that can be selected using @ (which is different than $).