[−][src]Function serde_json::ser::to_string_pretty
pub fn to_string_pretty<T>(value: &T) -> Result<String> where
T: Serialize,
Encode the specified struct into a json String
buffer.
pub fn to_string_pretty<T>(value: &T) -> Result<String> where
T: Serialize,
Encode the specified struct into a json String
buffer.