Type Alias simd_json::value::owned::Object

source ·
pub type Object = HashMap<String, Value, ObjectHasher>;
Expand description

Representation of a JSON object

Aliased Type§

struct Object(/* private fields */);