Function serde_json_to_string

Source
pub fn serde_json_to_string<T: Serialize>(value: T) -> Result<String, Error>