pub fn to_json_string<T>(data: &T) -> StdResult<String>where T: Serialize + ?Sized,
Serializes the given data structure as a JSON string.