pub fn to_string_pretty<T>(value: &T) -> Result<String>where T: Serialize,
Serialize a Rust value to a JASN string with pretty formatting.