secomind / exjsonpath

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

paths without $ #2

Closed bettio closed 4 years ago

bettio commented 4 years ago

Given following JSON:

{
    "config": {
        "foo": "bar"
    }
}

$.config.foo works, but config.foo doesn't. Make sure that the second expression is part of the "standard" and make it work.