Skip to main content

body_of

Function body_of 

Source
pub fn body_of(row: &ParseMap) -> Value
Expand 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.