pub fn write_json_atomic<T: Serialize>(path: &Path, value: &T) -> Result<()>
JSON-pretty-serialize value and atomically write to path.
value
path