Skip to main content

write_json_file_sync

Function write_json_file_sync 

Source
pub fn write_json_file_sync<T: Serialize>(path: &Path, data: &T) -> Result<()>
Expand description

Write a JSON file (sync)