1
2
3
4
5
6
use serde_json::Value;

pub struct AssertOption {
    pub jsonpath: String,
    pub reference_object: Value
}