Type Definition Object
Other items insimd_json::value::borrowed
pub type Object<'value> = HashMap<Cow<'value, str>, Value<'value>>;
Representation of a JSON object