pub fn to_string<T, const N: usize>(value: &T) -> Result<String<N>>where T: Serialize + ?Sized,
Serializes the given data structure as a string of JSON text