Type Definition serde_merge::Map[][src]

pub type Map = Map<String, Value>;
Expand description

Alias for a serde_json::Map<String, serde_json::Value>.

Represents default type used in this library.