Function write_pretty_json_file

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

Writes the object as a pretty JSON object.