docs
This commit is contained in:
parent
6db5f79743
commit
6f19a9bbad
2 changed files with 134 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# JSONFilter
|
||||
`jsonfilter` is a Rust crate designed to facilitate filtering and comparing JSON values based on specified criteria. It provides functions for comparing JSON values, applying filters to JSON objects, and determining if a filter matches a given JSON object. Think of MongoDBs `find()` function but as a filter function.
|
||||
`jsonfilter` is a Rust crate designed to facilitate filtering and comparing JSON values based on specified criteria. It provides functions for comparing JSON values, applying filters to JSON objects, and determining if a filter matches a given JSON object. Think of MongoDBs `find()` function but as a filter function. For a full syntax guide, see the [Filter Documentation](./docs/filter.md)
|
||||
|
||||
## Usage
|
||||
To use `jsonfilter`, add it to your `Cargo.toml` and add the following to your Rust code:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue