Function serenity::json::to_string_pretty

source ยท
pub fn to_string_pretty<T>(value: &T) -> Result<String>
where T: ?Sized + Serialize,
Expand description

Serialize the given data structure as a pretty-printed String of JSON.