JSON Predicate
Partial implementation of Snell Json Predicate Draft 07.
Even if this Draft is Expired, it's still a pretty good draft of predicate over JSON.
Features
https://github.com/MalcolmDwyer/json-predicate/blob/master/test/test.js
First order predicate
- "contains"
- "contains-"
- "defined"
- "undefined"
- "starts"
- "ends"
- "type"
- "in"
- "matches"
- "test"
- "less"
- "more"
Second order predicate
- "and"
- "not"
- "or"
References
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.