pub fn to_pretty_string<T: Serialize>( value: &T, ) -> Result<String, JsonSerializationError>
Serialize a value of type T to a formatted JSON string.
T