Function imessage_database::util::plist::get_string_from_dict
source ยท pub fn get_string_from_dict<'a>(
payload: &'a Value,
key: &'a str,
) -> Option<&'a str>Expand description
Extract a string from a key-value pair that looks like {key: String("value")}