read_json_from_file

Function read_json_from_file 

pub fn read_json_from_file<T>(path: &str) -> Result<T, FsPathError>
Available on crate feature cli only.
Expand description

Wrapper around [reth_fs_util::read_json_file] which can be used as a clap value parser.