simd_json::borrowed

Type Alias Object

source
pub type Object<'value> = HashMap<Cow<'value, str>, Value<'value>, ObjectHasher>;
Expand description

Representation of a JSON object

Aliased Typeยง

struct Object<'value>(/* private fields */);