Function imessage_database::util::plist::get_string_from_nested_dict
source ยท pub fn get_string_from_nested_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: {key: String("value")}}