#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

#1168 in Encoding

Download history 2/week @ 2024-02-25 60/week @ 2024-03-10 1/week @ 2024-03-17 45/week @ 2024-03-31

106 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.4MB
~33K SLoC