Skip to main content

jsonb_replace

Function jsonb_replace 

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

JSONB variant of json_replace.