Skip to main content

write_json_file

Function write_json_file 

Source
pub async fn write_json_file<T>(path: &Path, data: &T) -> Result<(), Error>
where T: Serialize,
Expand description

Write a JSON file