Implements a matcher for serde_json::Values using the Mongo Query Language.
serde_json::Value
Currently supports $eq, $in, $ne, $nin, $and, $not, $or, $type and $nor.
$eq
$in
$ne
$nin
$and
$not
$or
$type
$nor