pub fn to_string<T: JsonSerialize>(value: &T) -> String
Serialize the given data structure as a String of JSON.