[][src]Function core_serde_json::to_string

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

Serializes the given data structure as a string of JSON text