Skip to content

Provide an Object type alias #776

@jplatte

Description

@jplatte

I find myself writing

type JsonObject = serde_json::Map<String, serde_json::Value>;

again and again. Would you accept a PR that adds a type alias like that (without the Json prefix) to serde_json::value, uses it for the Value::Object variant and maybe re-exports it at the crate root too?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions