Skip to main content

write_json_pretty

Function write_json_pretty 

Source
fn write_json_pretty<T: Serialize>(path: &Path, value: &T) -> Result<()>
Expand description

Helper to write formatted, indented JSON structures to disk.