write_to_file_json

Function write_to_file_json 

Source
pub fn write_to_file_json<T: Serialize, P: AsRef<Path>>(
    path: P,
    data: T,
) -> Result<()>