libcoerced
libcoerced provides reasonably advanced json/text matching and coercion for Rust.
It's simple to use and uses serde_json under the hood.
Example
JSON Verification
use json;
let json = Object;
let data = json!;
assert!;
Text Verification
use Text;
let text = "hello";
let op = Equals;
assert!;