pub fn print_json<T: Serialize>(value: &T) -> Result<()>
Print a serializable value as pretty JSON to stdout.