stratus::ext

Function to_json_string

Source
pub fn to_json_string<V: Serialize>(value: &V) -> String
Expand description

Serializes any serializable value to non-formatted String without having to check for errors.