pub fn to_string<T>(value: &T) -> Result<String> where
    T: Serialize + ?Sized
Expand description

Serializes the given data structure as a string of JSON text