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

pub fn to_string<T: ?Sized, const N: usize>(value: &T) -> Result<String<N>> where
    T: Serialize

Serializes the given data structure as a string of JSON text