imessage_database::util::plist

Function 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")}}