[−][src]Function serde_json_core::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
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