save_json

Function save_json 

Source
pub fn save_json<T, P: AsRef<Path>>(data: &T, path: P) -> Result<(), Error>
where T: Serialize,