#serde-json #matcher #mongo-db #syntax #matching #declarative #nin

serde_json_matcher

A library for matching JSON data using a declarative syntax

5 releases

0.1.5 Dec 18, 2022
0.1.4 Dec 18, 2022
0.1.3 Dec 18, 2022
0.1.2 Dec 18, 2022
0.1.1 Dec 18, 2022

#1387 in Encoding

24 downloads per month

Apache-2.0

14KB
312 lines

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.


lib.rs:

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

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

Dependencies

~0.7–1.6MB
~34K SLoC