json-predicate 0.1.2

JSON Predicate lib based on draft-snell-json-07
Documentation

JSON Predicate

release Crates.io version dependency status docs.rs docs PRs Welcome

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