pub fn emit_json<T: Serialize>(value: &T) -> Result<()>
Write value as one JSON line to stdout. No ANSI.
value