No description
Find a file
2024-02-09 10:46:36 +01:00
src error handling 2024-02-09 10:46:36 +01:00
.gitignore init 2024-02-09 10:21:27 +01:00
Cargo.lock init 2024-02-09 10:21:27 +01:00
Cargo.toml init 2024-02-09 10:21:27 +01:00
README.md init 2024-02-09 10:21:27 +01:00

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.