read_json_file

Function read_json_file 

Source
pub fn read_json_file(path: &Path) -> Result<Value>
Expand description

Reads a JSON file, returning an empty object if the file doesn’t exist.