Function write_json_to_file

Source
pub fn write_json_to_file<P: AsRef<Path>, T>(path: P, value: &T) -> Result<()>
where T: ?Sized + Serialize,
Expand description

转json后写入文件