serde_json_core::ser
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