pub fn to_json_string<V: Serialize>(value: &V) -> String
Serializes any serializable value to non-formatted String without having to check for errors.
String