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.
pub fn format_json(result: ProcessedResult) -> Result<Vec<u8>, SofError>Encodes a ProcessedResult as a pretty-printed JSON array of row
objects. Missing column values are emitted as null.