Function reth_fs_util::write_json_file

source ยท
pub fn write_json_file<T: Serialize>(path: &Path, obj: &T) -> Result<()>
Expand description

Writes the object as a JSON object.