agora.api.json
represents part of a json path e.g.
foo/2/{x == 3}
would be represented as
JField("foo") :: JPos(2) :: JFilterValue("x", 3) :: Nil
this part as a complete matcher
this part as a complete path
represents part of a json path e.g.
foo/2/{x == 3}
would be represented as
JField("foo") :: JPos(2) :: JFilterValue("x", 3) :: Nil