pub fn to_string<T: Serialize>(value: &T) -> Result<String>
Serialize to a pretty-printed JSON String.
String