Function tauri_utils::config::parse::parse_json
source · [−]pub fn parse_json(raw: &str, path: &Path) -> Result<Config, ConfigError>Expand description
“Low-level” helper to parse JSON into a Config.
raw should be the contents of the file that is represented by path.