secomind / exjsonpath

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

Add support to $..[0] and $..["key"] #26

Closed bettio closed 4 years ago

bettio commented 4 years ago

Add grammar rules for bracket notation after recursive descent. See also: https://cburgmer.github.io/json-path-comparison/results/bracket_notation_after_recursive_descent.html