simd_json::owned

Type Alias Object

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

Representation of a JSON object

Aliased Typeยง

struct Object(/* private fields */);