pub fn deserialize<T>(content: &str, format: Format) -> Result<T, Vec<String>>where T: DeserializeOwned,
Parse the string represented in the specified format.