Skip to content

Hashmap support? #47

Description

@ZakSingh

It would be useful to deserialize hashmaps.

E.g.

#[derive(Debug, Deserialize)]
pub struct Params {
    pub metadata: HashMap<String, String>,
}

Would allow inputs like

metadata[key_one]=x&metadata[key_two]=y

Is such a thing possible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions