jsonfilter/README.md

2 lines
166 B
Markdown
Raw Normal View History

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.