[][src]Type Definition simd_json::value::borrowed::Object

type Object<'v> = HashMap<Cow<'v, str>, Value<'v>>;

Representation of a JSON object