Skip to main content

read_json_value_file

Function read_json_value_file 

Source
pub fn read_json_value_file(
    path: &Path,
    max_bytes: u64,
) -> Result<Value, CliError>
Expand description

Read + parse a dynamic JSON Value from a file.