#query-language #matcher #mongo-db #serde #deprecated #serde-json-matcher #nin

yanked serde-matcher

DEPRECATED: moved to serde_json_matcher

0.1.2 Dec 18, 2022
0.1.1 Dec 18, 2022
0.1.0 Dec 18, 2022

#42 in #matcher

Apache-2.0

13KB
311 lines

serde_json_matcher

Implements a matcher for serde_json::Values 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::Values using the MongoDB query language.

Currently supports $eq, $in, $ne, $nin, $and, $not, $or, $type and $nor.

Dependencies

~0.7–1.4MB
~33K SLoC