serde_json_matcher 0.1.5

A library for matching JSON data using a declarative syntax
Documentation

serde_json_matcher   Build Status Latest Version

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.