pub fn print_json<T: Serialize + ?Sized>(value: &T) -> Result<()>
Print a serializable value to stdout in the requested format.