No description
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
JSONFilter
JSONFilter is a rust crate letting you filter JSON objects based on another json object as a filter. Think of MongoDBs find()
function but as a filter.
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
JSONFilter is a rust crate letting you filter JSON objects based on another json object as a filter. Think of MongoDBs find()
function but as a filter.