pub fn json_replace( input: &str, pairs: &[(&str, SqliteValue)], ) -> Result<String>
Replace JSON values at path(s) only when path already exists.