pub fn JsonEdit(
File: &Path,
Product: &str,
Id: &str,
Version: &str,
SidecarPath: Option<&str>,
) -> Result<bool, Error>Expand description
Dynamically modifies fields in a tauri.conf.json or tauri.conf.json5
file, including the sidecar path.