Crate serde_json_matcher

Source
Expand description

Implements a matcher for serde_json::Values using the Mongo Query Language.

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

Structs§

AndOperator
EqOperator
InOperator
NeOperator
NinOperator
NotOperator
OrOperator
TypeOperator

Enums§

ObjMatcher

Functions§

from_json
from_str