dfilatov / jspath

DSL that enables you to navigate and find data within your JSON documents
MIT License
553 stars 40 forks source link

Nested predicates support #55

Closed Kevin-Prichard closed 8 years ago

Kevin-Prichard commented 8 years ago

jspath already supports nested predicates, but it is not mentioned in readme.md. Nested predicates can make long queries much shorter, it's a very useful feature - and, what you'd expect from a great package.

I add a test to ensure support continues for nested predicates, and some text to readme.md to call it to developers' attention.

dfilatov commented 8 years ago

@Kevin-Prichard Thanks!