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