Crates.io | serde_json_matcher |
lib.rs | serde_json_matcher |
version | 0.1.5 |
source | src |
created_at | 2022-12-18 19:04:44.857418 |
updated_at | 2022-12-18 21:42:40.420592 |
description | A library for matching JSON data using a declarative syntax |
homepage | |
repository | https://github.com/ianatha/serde_json_matcher |
max_upload_size | |
id | 740551 |
size | 29,080 |
Implements a matcher for serde_json::Value
s using the MongoDB query language in Rust.
Currently supports $eq
, $in
, $ne
, $nin
, $and
, $not
, $or
, $type
and $nor
.