Skip to main content

load_value

Function load_value 

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

Load a YAML/JSON file as a Value. Extension-based dispatch on the file suffix (.yml, .yaml, .json).