This commit is contained in:
JMARyA 2024-02-09 10:21:27 +01:00
commit c9d1c372c9
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
7 changed files with 816 additions and 0 deletions

2
README.md Normal file
View file

@ -0,0 +1,2 @@
# 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.