Function take_changes
pub fn take_changes(body: &mut Value) -> Vec<Value>Expand description
Move a validated changes array out of a parsed request body without cloning its Value
tree. Non-array and absent fields preserve the existing empty-vector fallback.