5 releases
0.1.5 | Dec 18, 2022 |
---|---|
0.1.4 | Dec 18, 2022 |
0.1.3 | Dec 18, 2022 |
0.1.2 | Dec 18, 2022 |
0.1.1 | Dec 18, 2022 |
#1387 in Encoding
24 downloads per month
14KB
312 lines
serde_json_matcher
Implements a matcher for serde_json::Value
s using the MongoDB query language in Rust.
Currently supports $eq
, $in
, $ne
, $nin
, $and
, $not
, $or
, $type
and $nor
.
lib.rs
:
Implements a matcher for serde_json::Value
s using the Mongo Query Language.
Currently supports $eq
, $in
, $ne
, $nin
, $and
, $not
, $or
, $type
and $nor
.
Dependencies
~0.7–1.6MB
~34K SLoC