Function extract_array_key

Source
pub fn extract_array_key<'a>(
    body: &'a Dictionary,
    key: &str,
) -> Result<&'a Vec<Value>, PlistParseError>
Expand description

Extract an array from a specific key in a collection