pub fn parse_string_key_value_pairs(
    buffer: &[u8]
) -> Result<HashMap<String, String>, Error>
Expand description

Parse a non-encrypted mmkv file to HashMap<String, String>. If the store may contain non-string values, use parse instead.