[][src]Function ssb_json_msg_data::json::to_string

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

Serialize the given data structure as JSON into a String.