pub fn get_string<'a>(dict: &'a Dictionary, key: &str) -> Option<&'a str>
Retrieve value of type string, or None if not present.