0.1.2 |
|
---|---|
0.1.1 |
|
0.1.0 |
|
#41 in #matcher
13KB
311 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
:
serde_json_matcher
Implements a matcher for serde_json::Value
s using the MongoDB query language.
Currently supports $eq
, $in
, $ne
, $nin
, $and
, $not
, $or
, $type
and $nor
.
Dependencies
~0.7–1.6MB
~35K SLoC