Skip to main content

json_insert

Function json_insert 

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

Insert JSON values at path(s) only when path does not already exist.