Function to_string

Source
pub fn to_string<T>(value: &T) -> Result<String, SerdeJSON5Error>
where T: Serialize,