expect-json 1.10.1

For comparisons on JSON data
Documentation
1
2
3
4
use serde_json::Map;
use serde_json::Value;

pub type JsonObject = Map<String, Value>;