pub fn to_pretty_bytes<T: Serialize>( value: &T, ) -> Result<Vec<u8>, JsonSerializationError>
Serialize a value of type T to formatted JSON bytes.
T