pub fn flatten_for_create(body: &WriteBody) -> Result<ParseMap, ParseError>Expand description
Flatten a write body onto the create path.
Two results are counter-intuitive and both are upstream’s: Remove yields an empty array
rather than removing anything, and Delete removes the key entirely.