pub fn to_string<T>(value: &T, compact: bool) -> Result<String, EncodeJsonError>where T: Serialize + ?Sized,
Serialize the given data structure as JSON into a String.
String