Function serde_json_core::ser::to_string[][src]

pub fn to_string<B, T: ?Sized>(value: &T) -> Result<String<B>> where
    B: Unsize<[u8]>,
    T: Serialize

Serializes the given data structure as a string of JSON text