Function serdeconv::to_json_string

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

Converts the value to a JSON string.