Function to_json_string

Source
pub fn to_json_string<T: Serialize>(value: &T) -> Result<String, JsonError>