save_json

Function save_json 

Source
pub fn save_json<T, P>(path: P, value: &T) -> SnapshotResult<()>
where T: Serialize, P: AsRef<Path>,