pub fn print_json_compact<T: Serialize + ?Sized>(value: &T) -> Result<()>
Print a serializable value to stdout as compact JSON.