fn remove_node( table: &mut Table, path: &[&str] ) -> Result<Option<Value>, String>
Remove a node from a tree of tables.