Type Definition json_deserializer::Object

source ·
pub type Object<'a> = IndexMap<String, Value<'a>>;
Expand description

Typedef for the inside of an object.