Skip to main content

json_replace

Function json_replace 

Source
pub fn json_replace(
    input: &str,
    pairs: &[(&str, SqliteValue)],
) -> Result<String>
Expand description

Replace JSON values at path(s) only when path already exists.