Function serialize_to_json

Source
pub fn serialize_to_json<T: Serialize>(data: &T) -> Result<String>