pub fn to_json_string_pretty<T>(value: &T) -> Result<String>where T: ?Sized + Serialize,
Converts the value to a pretty printed JSON string.