pub fn body_of(row: &ParseMap) -> ValueExpand description
Convert a Parse-format map into a JSON response body.
Strips every _-prefixed key and flattens the top-level timestamps. This is the single audit
point for “nothing internal reaches a client”, and it runs on every response body this module
produces.