pub fn to_string<T: Serialize>(value: &T) -> Result<String, String>
Serializes the given value to a JSON string.