Function tauri_utils::config::parse::parse_value

source ยท
pub fn parse_value(
    path: impl Into<PathBuf>,
) -> Result<(Value, PathBuf), ConfigError>
Expand description

See parse for specifics, returns a JSON Value instead of Config.