Function serde::json::ser::to_string_pretty [] [src]

pub fn to_string_pretty<T>(value: &T) -> Result<String, FromUtf8Error> where T: Serialize

Encode the specified struct into a json String buffer.