Function to_string

Source
pub fn to_string<T>(value: &T, compact: bool) -> Result<String, EncodeJsonError>
where T: Serialize + ?Sized,
Expand description

Serialize the given data structure as JSON into a String.