Function jsonb_set3

Source
fn jsonb_set3(
    target: JsonbRef<'_>,
    path: ListRef<'_>,
    new_value: JsonbRef<'_>,
) -> Result<JsonbVal>