secomind / exjsonpath

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

Implement recursive descent operator #13

Closed bettio closed 4 years ago

bettio commented 4 years ago

Handle expressions such as $..price, that can be used in similar scenarios:

{
  "store": {
    "books": [
      {"title": "Foo", "price": 42}
    ]
  }
}