pub fn delete_path(args: &[Value<'_>]) -> Result<Value<'static>, EvalError>Expand description
v7.37.17 (17.6 siblings) — jsonb_delete_path(doc, path[]) —
function form of the #- operator. Removes the value at the
nested path; missing path leaves the doc unchanged.