Skip to main content

format_json

Function format_json 

Source
pub fn format_json(result: ProcessedResult) -> Result<Vec<u8>, SofError>
Expand description

Encodes a ProcessedResult as a pretty-printed JSON array of row objects. Missing column values are emitted as null.