pub fn to_string<T>(value: &T) -> Result<String, Error>where T: Serialize + Sized,
Serialize the given data structure as a String of canonical JSON.