write_json_file

Function write_json_file 

Source
pub async fn write_json_file(
    path: impl AsRef<Path>,
    contents: impl Serialize,
) -> Result<()>