1 2 3 4 5 6
use serde_json::Value; #[derive(Clone)] pub struct AssertOption { pub jsonpath: String, pub reference_object: Value }