pub fn to_compact_string<T: Serialize>(value: &T) -> Result<String, CliError>
Serialize value as compact JSON (machine interop; never pretty).
value