serde_json_matcher

Crates.ioserde_json_matcher
lib.rsserde_json_matcher
version0.1.5
sourcesrc
created_at2022-12-18 19:04:44.857418
updated_at2022-12-18 21:42:40.420592
descriptionA library for matching JSON data using a declarative syntax
homepage
repositoryhttps://github.com/ianatha/serde_json_matcher
max_upload_size
id740551
size29,080
Ian Atha (ianatha)

documentation

README

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.

Commit count: 16

cargo fmt